View Single Post
  #11   Report Post  
Posted to microsoft.public.excel.programming
[email protected] paul.robinson@it-tallaght.ie is offline
external usenet poster
 
Posts: 789
Default How to know cell's address from Excel Query

Hi
You can do a query if it is reading and the file is closed. You cannot
change the excel file without opening it though. The memory leak thing
might only happen if you don't release objects in the code (e. Set
myworkbook = Nothing) when you are done. It has nothing to do with
opening the file.
regards
Paul