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:

  1. select 20 rows of data.
  2. copy selection, transpose onto row one, starting @ a1 , going through t1.
  3. then delete rows of data transposed row 1 columns (basically delete 20 rows)
  4. then select next 20 rows of data, , repeat whole process, time pasting row 2 instead of row 1 (a2:t2).
  5. this needs iterate through whole worksheet until cycles through 9500 rows.
  6. the end result 475 rows of data, values in first 20 columns.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -