[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.excel.programming

VBA to Save Web Pages

Ron

12/18/2006 5:23:00 PM

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