Hi Again.
I'm sorry but I have this annoying question:
I have an array:After a while it gets many cells. Say it's now at 1 to 5 size.VB Code:
Dim MyArray() as tMyType
I want to delete a middle cell, I delete it and I want to refix the size to 1 to 4.
How can I do it?
When I do:It gives me an error.VB Code:
Redim Preserve MyArray(1 to 4)
Thank you in advance,
Arie.




Reply With Quote