Hi all
Does anyone know any excel-vba command to remove a specified array position?
For instance:
The result would be 1 3 4 5 6 7 8 9 10 instead of 1 2 3 4 5 6 7 8 9 10.![]()
Please Login or Register to view this content.
I tried using Redim but it doesn't work since i need to use a static array..
Thank you
Bookmarks