Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 683
Default Batch Processing macro for excel

I am developing a report in excel and it pulls from multiple excel sheets. I
have developed a macro to run it, but I'd like to develop a macro to run them
all at once (actually re-running my macro) and saving them in between. Any
thoughts.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 683
Default Batch Processing macro for excel

In addition, can I get the files to save based on a account name in a column
in the excel sheet. ie I have a column called account and I'd like that to
be the name of the excel sheet.

"Brian" wrote:

I am developing a report in excel and it pulls from multiple excel sheets. I
have developed a macro to run it, but I'd like to develop a macro to run them
all at once (actually re-running my macro) and saving them in between. Any
thoughts.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Batch Processing macro for excel

It seems to me that if you already have a macro to do one sheet, then you
have a macro to do all the sheets. Simply put the sheets in an array and use
the array to call the sheets in turn. All you have to do then is make sure
there is a save routine in the loop.

"Brian" wrote:

I am developing a report in excel and it pulls from multiple excel sheets. I
have developed a macro to run it, but I'd like to develop a macro to run them
all at once (actually re-running my macro) and saving them in between. Any
thoughts.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 683
Default Batch Processing macro for excel

How do I go about it if there multiple excel files?

"JLGWhiz" wrote:

It seems to me that if you already have a macro to do one sheet, then you
have a macro to do all the sheets. Simply put the sheets in an array and use
the array to call the sheets in turn. All you have to do then is make sure
there is a save routine in the loop.

"Brian" wrote:

I am developing a report in excel and it pulls from multiple excel sheets. I
have developed a macro to run it, but I'd like to develop a macro to run them
all at once (actually re-running my macro) and saving them in between. Any
thoughts.

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
macro for processing one excel file and saving it to other shwetaparekh Excel Programming 1 September 30th 05 11:41 PM
Help finding a "batch processing" technique for a userform??? WillRn Excel Programming 1 July 27th 05 02:59 PM
Open Batch File For Processing Chuckles123[_79_] Excel Programming 4 July 15th 05 01:43 PM
Run Excel Macro in a Batch File DP[_3_] Excel Programming 2 September 8th 04 07:38 PM
how to run recorded macro without showing processing excel sheets christine Excel Programming 10 January 4th 04 10:57 PM


All times are GMT +1. The time now is 09:40 PM.

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"