Consulting

Results 1 to 1 of 1

Thread: Put into clipboard some hyperlink

  1. #1
    VBAX Regular
    Joined
    Sep 2016
    Posts
    6
    Location

    Put into clipboard some hyperlink

    I have some URL string and string with text to display. I can create hyperlink like:
    wdDoc.Add Anchor:=Selection, _
    Address:= urlString, _
    SubAddress:= "" _
    TextToDisplay:= displayText
    So, how can I put this link into clipboard?
    Last edited by GfiFer; 10-27-2016 at 07:22 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •