G
Guest
Hi, does anyone know how to select a range of cells without using exact
references?
Basically what I want to do is
If a20 = blank or zero, I want to delete cells in that row from a to f
(then I will test the next cell)
(Selection.Delete Shift:=xlUp)
references?
Basically what I want to do is
If a20 = blank or zero, I want to delete cells in that row from a to f
(then I will test the next cell)
(Selection.Delete Shift:=xlUp)