opening workbooks faster

  • Thread starter Thread starter inquirer
  • Start date Start date
I

inquirer

I have a program which opens a number of workbooks, one by one, extracts
data from them and copies the data to another workbook where I work on it.
Once the data are extracted, the workbook which contains the data is closed.
The whole process works well but opening and closing the workbooks takes
twice as much time as processing the data.

I am using
Workbooks.Open filename:=
ActiveWorkbook.Close savechanges:=False
to open and close the workbooks.

Are there any faster alternatives to this? Can I extract the data to memory
from the workbook without opening it then copy it to the "working" workbook?
If so, would this be any faster?

Any comments gratefully received
Thanks
Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top