Another question for you guys 'cause I'm dumb... Well, OK. It's the same question again.

The Static thing isn't working. Not the way I want it to. From what I've read now that I looked it up, Static claims that it still only works in one Sub but that it endures repeated calls. I need to be able to repeatedly ReDim the array, but I need it to be legitimately Global so that I can share it with many different Subs. Is Static really right and I'm just not doing it right or is there some other way?