R
rodchar
hi all,
let's say i have 2 rows and 2 columns
row1col1 row1col2
row2col1 row2col2
is there a way in a macro or something to iterate each row, taking each
column and adding it to a new single column? so the result would look like
the following
row1col1
row1col2
row2col1
row2col2
thanks,
rodchar
let's say i have 2 rows and 2 columns
row1col1 row1col2
row2col1 row2col2
is there a way in a macro or something to iterate each row, taking each
column and adding it to a new single column? so the result would look like
the following
row1col1
row1col2
row2col1
row2col2
thanks,
rodchar