View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter Dickson Peter Dickson is offline
external usenet poster
 
Posts: 2
Default Parsing Data From HTML Source into Excel using VBA

I am trying to parse some data from some HTML web pages using VBA for Excel
(2002) but cannot
remember the function to open the web pages and assign the source info to a
variable in VBA. Does anyone know how to do this?

Thanks