I've created an array that I created and declared as a Public array in my module. I created a function that populates the array so that I can use the values in another function. I've gotten the array to populate but when I go to use the values in the array in another function, the array appears at Empty. I seem to be stuck on declaring it properly or something so that it can be used by other functions. Any words of wisdom?
Public arrWebIDs As String
Public Function FillArray()
Public arrWebIDs As String
Public Function FillArray()