PDA

View Full Version : Put into clipboard some hyperlink



GfiFer
10-27-2016, 06:34 AM
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?