View Single Post
 
Old 12-17-2015, 01:14 PM
Bungkai Bungkai is offline Windows 8 Office 2013
Novice
 
Join Date: Dec 2015
Posts: 1
Bungkai is on a distinguished road
Default Pulling parts of a webpage down to Word document

So I've been using

Code:
Selection.InsertFile FileName:="http://www.sheldonbrown.com/web_sample1.html", Link:=True
To rip the entire page into word, but, it doesn't look nice, rather it looks atrocious and doesn't look like the page exactly. So I want to be able to rip it nicely, one option is to try to save the html page first and then insert it.

Another thing I want to be able to do is target certain html like say pictures. Is it possible>
Reply With Quote