ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   multiple workbooks (https://www.excelbanter.com/excel-programming/393448-multiple-workbooks.html)

Libby

multiple workbooks
 
How do I perform the same group of keystrokes to multiple workbooks.
--
Libby

Jim Thomlinson

multiple workbooks
 
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)...
--
HTH...

Jim Thomlinson


"Libby" wrote:

How do I perform the same group of keystrokes to multiple workbooks.
--
Libby


Libby

multiple workbooks
 
can I open the multiple workbooks and perform a function on all of them
--
Libby


"Jim Thomlinson" wrote:

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)...
--
HTH...

Jim Thomlinson


"Libby" wrote:

How do I perform the same group of keystrokes to multiple workbooks.
--
Libby


Jim Thomlinson

multiple workbooks
 
Nope... You can only deal with 1 workbook at a time.
--
HTH...

Jim Thomlinson


"Libby" wrote:

can I open the multiple workbooks and perform a function on all of them
--
Libby


"Jim Thomlinson" wrote:

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)...
--
HTH...

Jim Thomlinson


"Libby" wrote:

How do I perform the same group of keystrokes to multiple workbooks.
--
Libby


Harlan Grove[_2_]

multiple workbooks
 
"Jim Thomlinson" wrote...
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




All times are GMT +1. The time now is 09:59 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com