Can someone show me the best way to do a Row and Column count for this lookup array?
[ ReDim aTrades(1 To 4, 1 To 2) As Variant
ReDim aSystemCodes(1 To 69, 1 To 2)
'todo: do a row and column count of the above lookup arrays and use variables
/]
[ ReDim aTrades(1 To 4, 1 To 2) As Variant
ReDim aSystemCodes(1 To 69, 1 To 2)
'todo: do a row and column count of the above lookup arrays and use variables
/]