Hi, I want to create a module level array in my program. However, I'm not certain of the number of elements in the array and I'll have to find out about the array size during the run of the program. So I think Redim the array size. But here is my question. If I do a Redim, does that immediately made the array local only? Or will the array stay module? Thanks in advance.