View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark[_22_] Mark[_22_] is offline
external usenet poster
 
Posts: 18
Default Updating Data Retrieved from an HTML file

Have a spreadsheet with a web query. If you edit the query, the
following is in the address window:

https://www.XXX.com/XXX/manager_stat....asp?sale=188c

I'd like to have the "188" (from the end of the address string) read
from a cell in my spreadsheet. If that cell is changed from 188 to
189, then the query would automatically be modified.

Is this possible. If so, any suggestions on how to implement?

Thanks, Mark