Hi,
I have a simple question regarding arrays.
According to the MSDN help, the first element of a 2D array is located at (0,0) MSDN Link
https://msdn.microsoft.com/en-us/library/02e7z943.aspx
But, in my code, if I do the following:
Sub test2()
'Table with Header-A in Cell(10,10)
'...