Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 151
Default multiple workbooks

How do I perform the same group of keystrokes to multiple workbooks.
--
Libby
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 151
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default 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

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,231
Default 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




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Updating Workbooks from multiple links Workbooks TimJames Excel Worksheet Functions 1 December 15th 07 03:34 PM
macro: copy multiple workbooks to multiple tabs in single book Michael Excel Programming 0 July 14th 06 04:53 PM
Combine multiple workbooks into 1 workbook w/ multiple worksheets buffgirl71 Excel Discussion (Misc queries) 1 May 13th 06 12:28 PM
Combine multiple workbooks into 1 workbook w/ multiple worksheets buffgirl71 Excel Discussion (Misc queries) 2 May 12th 06 10:30 PM
adding certain cells in multiple worksheets in multiple workbooks Stephen via OfficeKB.com Excel Worksheet Functions 1 February 4th 05 08:31 PM


All times are GMT +1. The time now is 03:44 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"