C 
		
								
				
				
			
		CapitolMike
I need to delete an entire row if the value in a certain column is 0.  I
found this VBA code which will delete the row if the cell is blank.
Would someone please help me modify it to look for 0 value instead of
blank?
Thanks.
Selection.SpecialCells(xlCellTypeBlanks).EntireRow.Delete
				
			found this VBA code which will delete the row if the cell is blank.
Would someone please help me modify it to look for 0 value instead of
blank?
Thanks.
Selection.SpecialCells(xlCellTypeBlanks).EntireRow.Delete
