vb.net - selective transposing in excel using VB -
i creating excel worksheet using vb large chunk of data, represented ~ 9500 rows of data in 1 column (a1). each logical record 20 rows of data.
what need is:
- select 20 rows of data.
- copy selection, transpose onto row one, starting @ a1 , going through t1.
- then delete rows of data transposed row 1 columns (basically delete 20 rows)
- then select next 20 rows of data, , repeat whole process, time pasting row 2 instead of row 1 (a2:t2).
- this needs iterate through whole worksheet until cycles through 9500 rows.
- the end result 475 rows of data, values in first 20 columns.
Comments
Post a Comment