View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JimEl JimEl is offline
external usenet poster
 
Posts: 2
Default web query in excel

I have some macros that pulls in data from a web site. the macros updates
the url, there is one for everyday with price information. However, every
time i run the macro it creates a range "ExternalData_#" with the number
representing the number of time the website has been queried. Some of the
workbook have over 500 ExternalData_# ranges this slows the whole thing down.

Does anyone know how to stop creation of a new range each time?