G Guest Jul 29, 2004 #1 Is there any way possible to delete a ROW if a specific CELL = 0; I don't want to hide it. Any help would be appreciated.
Is there any way possible to delete a ROW if a specific CELL = 0; I don't want to hide it. Any help would be appreciated.
D Don Guillett Jul 29, 2004 #2 try this in a macro if range("a1")=0 then range("a1").entirerow.delete