multiple workbooks

  • Thread starter Thread starter Guest
  • Start date Start date
You don't. While it is possible to group multiple sheets within a workbook to
perform actions on, it is not possible to group multiple workbooks for the
same purpose (To the best of my knowledge)...
 
can I open the multiple workbooks and perform a function on all of them
 
Jim Thomlinson said:
Nope... You can only deal with 1 workbook at a time.
....

But you could apply the same operations to each file in sequence.

For Each wb In Workbooks
'do whatever with wb
Next s
 

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