Hi,
I have random numbers in Cell A1:D3.
Using this code, I can store values to a 2-D array.
The problem here is, the Lbound of the Array starts with 1.![]()
Please Login or Register to view this content.
I would like to know which is the best way to get the same array, but the bounds to start from 0?
What I currently do is, make a similar array and redim it with the Bounds of the previous array subtracted by 1 and then load values to it from the 1st array.
Not sure if this is the most efficient approach.
Bookmarks