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

I have a series of macros that clean up about 20 different report files
stored in spreadsheets. All the code is currently stored in one XLT.
I'd like to be able to store the code for each report in its own XLT
with the common code in another XLT (21 XLTs in total) so that mutiple
developers could modify individual report code w/o stepping on one
another.

Is it possible to invoke code in one XLT from another XLT?

Thanks

Carl

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Using multiple XLTs

Yes, using

Application.Run

--
Regards,
Tom Ogilvy


wrote in message
ups.com...
I have a series of macros that clean up about 20 different report files
stored in spreadsheets. All the code is currently stored in one XLT.
I'd like to be able to store the code for each report in its own XLT
with the common code in another XLT (21 XLTs in total) so that mutiple
developers could modify individual report code w/o stepping on one
another.

Is it possible to invoke code in one XLT from another XLT?

Thanks

Carl



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Using multiple XLTs

Tom

Thanks for the feedback. Are there any memory or other resource issues
I should consider before doing this? I need to start the macro running
and then invoke macros in other XLTs from within a loop. Each report
averages about 500 lines of macro code and they'll need to invoke the
common routines in another XLT many times over.

Thanks

Carl

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
Automated multiple text files into multiple sheets in one workbook Dr Dan Excel Discussion (Misc queries) 14 November 4th 07 11:32 AM
how to make a macro to clear multiple cells from multiple worksheets? [email protected] Excel Worksheet Functions 2 October 18th 07 04:31 PM
Delete Blank Rows Code - Multiple Worksheets - Multiple Documents BenS Excel Discussion (Misc queries) 3 June 29th 07 12:20 AM
Index & Match functions - multiple criteria and multiple results [email protected] Excel Worksheet Functions 4 May 2nd 07 03:13 AM
view multiple files in multiple windows on multiple screens. tcom Excel Discussion (Misc queries) 7 September 15th 05 09:35 PM


All times are GMT +1. The time now is 02:47 PM.

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

About Us

"It's about Microsoft Excel"