O
OriginalStealth
I have a spreadsheet that has header rows and detail rows. The problem is
the header rows without details should only have 1 space below it and the
next header row should start. Sometimes the space is off between the rows.
This is also true with the detail rows. See example. How can I using VBA
delete the extra rows when sometimes it may be 2 extra rows, sometimes 3
extra rows or no extra rows.
HEADERROW1
HEADERROW2
HEADERROW3
DetailRow1
DetailRow2
HEADERROW4
DetailRow3
DetailRow4
the header rows without details should only have 1 space below it and the
next header row should start. Sometimes the space is off between the rows.
This is also true with the detail rows. See example. How can I using VBA
delete the extra rows when sometimes it may be 2 extra rows, sometimes 3
extra rows or no extra rows.
HEADERROW1
HEADERROW2
HEADERROW3
DetailRow1
DetailRow2
HEADERROW4
DetailRow3
DetailRow4