G
Gary Keramidas
i have a url in the clipboard, how can i get the contents of the clipboard and use the following code to set a hyperlink?
Selection.TextRange.Hyperlinks.Add Text:=Selection.TextRange, _
Address:="my address.com"
thanks
Selection.TextRange.Hyperlinks.Add Text:=Selection.TextRange, _
Address:="my address.com"
thanks