Array in VBA
In one dimension there is no problem.
If I have twoj dimensions or more... I lose my data - but If I use ReDim
Preserve I won't lost data only in the last dimension ?
Is there any other possibilities ?
Best regards,
Piotr :-)
"Alan Beban" wrote in message
...
Dynamic array, yes; static array, no. What do you want to change? From
what to what?
Alan Beban
Piotr wrote:
Hi
How can I change the size of array in VBA ?
Is it possible to change static array or dynamic array ?
Please, help me.
THANKS !
Best regards,
Piotr
|