I'm writing some macro for MS Project. I have some URL string and string with text to display. I created hyperlink like:
wdDoc.Hyperlinks.Add Anchor:=Selection, Address:= _
urlString, SubAddress:= _
"", TextToDisplay:= _
displayText
So, how can I put this link into clipboard?