VBA to save a web page to local disk

R

Ron

In a macro if I can open a web page with the following lines of code


' Sheets("Sheet3").Select
' Range("NewProps").Select
' Selection.Hyperlinks(1).Follow NewWindow:=True, AddHistory:=True


what code could I add to have the macro save the web page to my local
c:\documents and settings\Ron\My Documents\Data folder as a .mht file.

TIA

Ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top