View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cyberdude cyberdude is offline
external usenet poster
 
Posts: 12
Default How to write a VBA program to load the webpages automatically

Hi,

I have an excel spreadsheet containing hundreds of web links. For
example,

In cell A1, it is http://abc.com
In cell A2, it is http://bbc.com
....

I need to copy each link to a web browser and open the page to check
the font on it.

I don't want to do the copying and pasting hundreds of times, what VBA
codes would

help me do the job? Thank you.

Mike