View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bill Gates Bill Gates is offline
external usenet poster
 
Posts: 3
Default Print an image of a web page

Hi,

I have a list of 500 urls in excel and want to create a macro that would
launch each of the URLs and save the webpage as either a pdf or an image.
Each of the files also needs to have an id number (contained in the list) as
the filename when saved.

I can create a macro to launch the URLs but have no idea how I would go
about saving the webpage using excel, or even if it is possible.

Thanks,