|
thanks for the relpy.
After re-examining the code, I discovered that my problem wasn't with the "redim", but rather with a function that depended on references several arrays. If I did the redim on once array, but didn't take into account how it affected the other arrays, then I was getting a "locked" message.
Though, thanks to your comment, I revisited it and saw what was happening. Now it's working :-)
Thanks.
|