OK - You are really going to have to help me out here with examples, as I could
put a number of solutions around what you have described, with code, formulas
and built in functions each being able to do what you have just asked depending
on the data and the criteria for the cut.
At the moment I'm leaning towards a Data / Text To Columns solution depending on
the delimiters.
Cutting the contents of cell D4 and pasting to cell E3,
going to cell D7 cutting the contents of it and pasting
to cell E6 and so on for the rest of the spreadsheet.
Everything is uniform as far as the number of lines down
to the next cell that is going to be cut.
This starts in D4 and works its way down 3 cells at a time (r = 4 To lrow Step
3). The 5 is Column E and the 4 is column D. Cells(r, 4) is a particular row
in Col D depending on what value r has at the time.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.