RobertCordrey
03-02-2014, 07:19 AM
I have a row of data with some cells that need to be moved into a column formation. For simplicity, lets say it is only 4 adjacent cells that need to be moved into a column listed under the position of the first cell . The column position of this data is always in the same location for every row. As an example, I would receive this .... 123456,123456,123456,123456 and the data would need to be moved into a column so that it looks like this ....
123456
123456
123456
123456
I have considered using OffSet but without any success. A vba that would automatically add the necessary three blank rows below the initial row to allow the insertion of the transposed data would also be great to have. The file size for this sheet is just over 65k lines and that is a lot of right-clicking to insert lines and transpose the cells. I have struggled with this for a couple of days and have run out of others seeking help. Your assistance is greatly appreciated and thanked.
123456
123456
123456
123456
I have considered using OffSet but without any success. A vba that would automatically add the necessary three blank rows below the initial row to allow the insertion of the transposed data would also be great to have. The file size for this sheet is just over 65k lines and that is a lot of right-clicking to insert lines and transpose the cells. I have struggled with this for a couple of days and have run out of others seeking help. Your assistance is greatly appreciated and thanked.