VBA to Save Web Pages

R

Ron

Using the following code

Range("B230:B235").Select
For n = 1 To 6
Selection.Hyperlinks(n).Follow NewWindow:=True, AddHistory:=False
Next n

I finish up with a group of tabbed network pages.

Now I would like to ask for help for the VBA code to save these pages
to my local c: drive.

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

Similar Threads


Top