G
Gary
i need a macro to do the following.
if value in cell is >=x then insert a row above.
Possible?
if value in cell is >=x then insert a row above.
Possible?
i need a macro to do the following.
if value in cell is >=x then insert a row above.
Possible?
Sorry for not being clear Richard. What I want is whenever the in any cell
in column A is >=x, the macro should insert a row right above that row.
For example - if i enter x in A14, the macro should insert a row above. now
A14 will automatically become A15.
thanks in advance.