Hi all,
I have a series of UserForms and at one point I wish to resize an array:
Redim Preserve ArrayName(newsize)
however, it gives me a "Subscript out of range" error. But, if I move the resize command to some other forms it works fine (some others not). Is there any logical reason for this? I assumed you could use ReDim at any point.
If it makes any difference, I'm calling this from within a KeyDown Event, but I'm sure I've successfully done this in the past.
Thanks for your suggestions,
Peter.
Bookmarks