HURTMYPONY
Board Regular
- Joined
- Oct 27, 2003
- Messages
- 166
Hello,
I was wondering what code to use in my macro that would:
Clear [not delete] every row that has the value "BOOKED" in the A Column, starting on row 4.
I searched and found some VBA that delete rows, but that seems to mess up my total ranges that are on top of the columns on my sheets. Even the fixed formulas ($) seem to lose a row from their range when you actually delete a row from the range. Clearing them does not, and I can sort to remove the spaces...
I know I can name the ranges to keep the total ranges intact, but there are over 100 of them on my 5 source sheets.
I was wondering what code to use in my macro that would:
Clear [not delete] every row that has the value "BOOKED" in the A Column, starting on row 4.
I searched and found some VBA that delete rows, but that seems to mess up my total ranges that are on top of the columns on my sheets. Even the fixed formulas ($) seem to lose a row from their range when you actually delete a row from the range. Clearing them does not, and I can sort to remove the spaces...
I know I can name the ranges to keep the total ranges intact, but there are over 100 of them on my 5 source sheets.