View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Pops Jackson Pops Jackson is offline
external usenet poster
 
Posts: 64
Default How can I download from the web thru VBA

Workbooks.Open Filename:="http://www.mywebsite.com"

You will need to add the additional url info.
--
Pops Jackson


"rac" wrote:

I download approx. 40 pages of data from 2 websites everyday. Is there a way
to do this thru VBA.
--
rac