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?