ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Saving web pages with VB possible? (https://www.excelbanter.com/excel-programming/382247-saving-web-pages-vbulletin-possible.html)

Ron[_14_]

Saving web pages with VB possible?
 
The code below opens hyperlinks (Excel2002) from cells to IE7 tabbed
pages. I would like to know if it is possible with VB to save these
tabbed pages to my local drive.

Sheets("Sheet3").Select
Range("A1:A13").Select
For num = 1 To 13
Selection.Hyperlinks(num).Follow NewWindow:=True, AddHistory:=False
Next num


TIA

Ron


All times are GMT +1. The time now is 10:32 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com