I know that I need to re-dim anything I put in lists before adding them again, but I have a global variable I want to put in a list, multiple times without it overwriting the previous list items of itself.
can one re-Dim a global variable anywhere in the code and achieve this goal?
If not, as I suspect, is there no other way of 'isolating' a list item from the object that it references?
can one re-Dim a global variable anywhere in the code and achieve this goal?
If not, as I suspect, is there no other way of 'isolating' a list item from the object that it references?