A
Alfred Tascon
Who knows how to create a Clipboard object/entry that when pasted produces a URL link - a link that when pasted into Word can be ctrl-clicked to launch a browser?
Any help appreciated.
Oh and i have tried:
Clipboard.SetText("<a href='http://google.com</a>",TextDataFormat.Html);
Clipboard.SetText("<body><a href='http://google.com</a></body>",TextDataFormat.Html);
Alfred
Any help appreciated.
Oh and i have tried:
Clipboard.SetText("<a href='http://google.com</a>",TextDataFormat.Html);
Clipboard.SetText("<body><a href='http://google.com</a></body>",TextDataFormat.Html);
Alfred