Swift4Play
New Member
- Joined
- Dec 1, 2009
- Messages
- 11
I have a collection of workbooks (208 in total), each is unquie in respect to the data they hold but all are identical in respect to the layout and macros contained within.
i was wondering if it is possible to have a workbook (say called SourceCode) which had one complete set of the macros, then every other workbook could just use something like
(but with passing variables)
if possible this would reduce each workbooks size, ensure that each workbook was using identical code and save having to update each workbook should changes need to be made (you'd just update the 'SourceCode').
Can anyone tell me if this is even possible and if so the pros/cons
Kind Regards
i was wondering if it is possible to have a workbook (say called SourceCode) which had one complete set of the macros, then every other workbook could just use something like
Code:
Application.Run "SourceCode.xls!Macro1"
if possible this would reduce each workbooks size, ensure that each workbook was using identical code and save having to update each workbook should changes need to be made (you'd just update the 'SourceCode').
Can anyone tell me if this is even possible and if so the pros/cons
Kind Regards