I want to create list array from a select statements and then use it in different sub routines as I really don't want to have to create it multiple times
Sub Process_Globals
Public aList As List
End Sub
I cannot access this array outside of the SUB that creates it?
is there a way to do this?
Sub Process_Globals
Public aList As List
End Sub
I cannot access this array outside of the SUB that creates it?
is there a way to do this?