Opening a Spreadsheet with VBA
Posted by TomH on January 23, 2002 7:17 AM
I have about 75 spreadsheet that I need to loop through extracting their data. How can I open a spreadsheet using VBA without actually opening it in it's own window. Currently, I'm doing something like this:
Workbooks.open
<Do my extraction>
Workbooks.close
Thanks in advance,
Tom