I am trying to take html string and paste it into word, I have the code to work to paste html from the clipboard to word as paste special but how would I go about copying an html file to the clipboard.
In the browser I would do select all and copy and paste in word.
Thanks for your help in advance
.NET ProgrammingVisual Basic.NET
Last Comment
jimseiwert
8/22/2022 - Mon
Bob Learned
What "browser" are you referring to? What .NET version are you working with?
Praveen Venu
Get the pages source using the HttpWebRequest class
Then copy it to clipboard as HTML format using the below code