So i'm almost done with my Macro, but I just can't figure out the final loop to make it work.
My data comes in like such:
6059
0122
1200
4032
6059
6059
6301
6316
6059
All in one column, and one number per row.
The 6059's are always before and after the data that I need, so the loop needs to scroll the entire row and extract the #'s from each row, and use the 6059's like a delimeter. It should fomat the data and move the value to a different row as such (discluding the 6059's), One grouping of #'s per row:
122 1200 4032
6301 6316
Any help?![]()
Bookmarks