1
1219Cookie
I have a worksheet has this formula in column A:
=IF('Task Rating'!B$6=0, 'Task Rating'!B$5, " ")
So it produces blank cell values, but retains the formula.
I've tried to use other macros from this discussion group, but they are
looking for blank cells, so it doesn't work.
I need to create a macro to remove the rows based on the value in any A cell
where the value=""
Any suggestions?
=IF('Task Rating'!B$6=0, 'Task Rating'!B$5, " ")
So it produces blank cell values, but retains the formula.
I've tried to use other macros from this discussion group, but they are
looking for blank cells, so it doesn't work.
I need to create a macro to remove the rows based on the value in any A cell
where the value=""
Any suggestions?