I was curious if you could assist me?
What I need to do is be able to take a row of data in a column such as
1
2
3
4
5
.
.
.
20000
and have a Macro that allows me to take that data and tell excel (for instances) I want to disburse the data over columns and them to be equal in each column such as below:
Column C
1
2
...
197
Then the Macro would grab the next 197 lines and put it into Column D and so on until all of the 20000 rows of data were put evenly into columns of not more than 197 rows
The 197 is not a set number so I would need to be able to change that variable. Any help is greatly appreciated on this.
What I need to do is be able to take a row of data in a column such as
1
2
3
4
5
.
.
.
20000
and have a Macro that allows me to take that data and tell excel (for instances) I want to disburse the data over columns and them to be equal in each column such as below:
Column C
1
2
...
197
Then the Macro would grab the next 197 lines and put it into Column D and so on until all of the 20000 rows of data were put evenly into columns of not more than 197 rows
The 197 is not a set number so I would need to be able to change that variable. Any help is greatly appreciated on this.