YasserKhalil
Well-Known Member
Thanks a lot.
I tried to test it like that
But I didn't get 1D array ..and using the trick of column wouldn't be useful at this case ..
Can you post example of how to use it, please?
I tried to test it like that
Code:
Sub Test()
Dim a, x As Long
x = 1000000
a = InverseArray(Evaluate("ROW(1:" & x & ")"))
End Sub
Can you post example of how to use it, please?