T
Todd Huttenstine
Wks.Rows(i).Resize(, 1).Delete Shift:=xlShiftUp
The (, 1) part of this code specifies to delete the actual
cell. I want to delete that cell and also the cell just
to the left of it. Everytime I put in -1 I get an error.
How do I fix this?
Todd
The (, 1) part of this code specifies to delete the actual
cell. I want to delete that cell and also the cell just
to the left of it. Everytime I put in -1 I get an error.
How do I fix this?
Todd