Flavoursavor
New Member
- Joined
- Feb 18, 2009
- Messages
- 7
Hello Everyone,
This may be a pretty simple answer, but I figured I would ask the experts.
I have 7 modulethat each perform an ODBC query on an AS400 database, then return and perform a regex to delete the unnecessary code.
Each of the macros places the data on a seperate sheet, and then I have another module that works through each sheet and formats. ie headers and the such.
My question is, would my code work faster if i had it all within one module, and call each of the subroutines, or to leave it within seperate modules.
Will i achieve any performance enhancements either way?
Thanks
This may be a pretty simple answer, but I figured I would ask the experts.
I have 7 modulethat each perform an ODBC query on an AS400 database, then return and perform a regex to delete the unnecessary code.
Each of the macros places the data on a seperate sheet, and then I have another module that works through each sheet and formats. ie headers and the such.
My question is, would my code work faster if i had it all within one module, and call each of the subroutines, or to leave it within seperate modules.
Will i achieve any performance enhancements either way?
Thanks