View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
lesy99 lesy99 is offline
external usenet poster
 
Posts: 2
Default Downloading javascript web pages using workbooks.open

I use workbooks.open to import web page data into Excel. When the web page
uses javascript, the web page opens to the "home" page of the script. Is
there a way to get to the other links on the web page? On the actual web
page, I can click on links that load additional data into the page. Thank
you.