I have 5 arrays (one for Mon - Fri) that I have been re-writing for 3 different modules that are called at 3 different times a day. For example, on Monday Module_1 has the Array written out, Module_2 has the same Array written out, and Module_3 has the same array written out...
My question is...since it is the same Array being called 3 different times a day, is there a way to declare the Array once, and then call it from Module_1, Module_2, and Module_3? Would cut down on code writing TREMENDOUSLY!!!!
Actually I thought of one difference in the Arrays.....In Module_1 the workbooks are called like this "Test1.xls" whereas in Module_2 and Module_3 they are only called with "Test"...that may throw a monkey wrench into anything...Idk, but help is appreciated![]()
Bookmarks