J
JLR-Mart
I want to create a multi dim array that is x columns by y rows. y will be
dependent on the number of rows in a spread sheet where a cell value equals a
predefined value and x is fixed at 4. Therefore my array will be 4 columns by
x rows.
Firstly how do I define (and redifne) this array and secondly, when I am
trying to retrive the data from the array how do I know how many rows it has,
is the where the ubound value is used??
Any help greatly appreciated
dependent on the number of rows in a spread sheet where a cell value equals a
predefined value and x is fixed at 4. Therefore my array will be 4 columns by
x rows.
Firstly how do I define (and redifne) this array and secondly, when I am
trying to retrive the data from the array how do I know how many rows it has,
is the where the ubound value is used??
Any help greatly appreciated