So if I understand this correctly I could declare my Array as
And I could set it:![]()
Global Array = Array_Monday_1("Test.xls", "Test1.xls")
Then to actually call the Array from within the module, I would use:![]()
Global Function Declare_Arrays() Global Array = Array_Monday_1("Test.xls", "Test1.xls") Global Array = Array_Monday_2("Test", "Test1")
Do I have a grasp on that?![]()
Dim varBooks Dim varbook Dim wb As Excel.Workbook varBooks = Array_Monday_1
Bookmarks