adding row after comparison
Posted by Henri on June 19, 2000 9:31 PM
Hi!
I have text values in same column
and I woluld like to do next procedure.
if cell A1 and A2 has the same value do nothing, but if the cells have different value separate them with full row
?? if active.cell <> .value rows.insert then goto next comparison if cells are empty endif.