View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Terry V Terry V is offline
external usenet poster
 
Posts: 34
Default Get a value from a table in an HTML document

Hello
I need to be able to access information that is in an HTML document (in a
table), from an application that will be opened. (Although the application
is a webpage, it is dynamic in content). I need to be able to access a
particular cell (the same one every time) in this table and place its value
in an access cell.

Using the xlUp, I can place it as the next item in the column, but I cannot
seem to figure out how to get the value to begin with.

I believe it was on Jwalk that I saw the function/sub to open a webpage, but
I don't need to open it, only get a value from an open page.

Any suggestions?

Thank you so much
Terry V