How can I embed a webpage in a MS Word Doc

This is the best info I was able to find, which states that you can either write a VBA macro:

Sub Macro1() 
Selection.Fields.Add Range:=Selection.Range, Type:=wdFieldEmpty, 
Text:="INCLUDETEXT ""HardDriveName:FileName.htm""", PreserveFormatting:=True 
End Sub

or (in Word 2007), go to Insert->Quick Parts->Field... then under "Field Names" choose "Include Text", state the URL, and press OK. This does not look very good, however, since I believe that Word is not really built for embedding web pages.


You can go to Insert >> Object >> Text from File >> select the file (in html format) >> Insert (at the bottom right corner) >> Insert as link. This will allow you to update information in Word by simply pressing F9 when something on the page was changed and saved again in html format.


The best approach is to simply copy the file and paste it into the Word document. Double click on the file, a pop up will appear asking you for the confirmation of opening the Html file. I tried it out with Ms- Word 2013. I had a requirement of showing a distribution of oil wells that we plotted on the maps.