HOW TO ASSIGN 2 DIMENSION ARRAY VALUES FROM 2 COLUMNS?
I need to assign dimension 1 with col A data and dimension 2 with col B data.
IOW, element 1 would consist of A1, B1, element 2 A2, B2... The number of
rows is not always the same. Can somebody provide an example of code to
accomplish this? Thanks! -JEFF-
|