MediocreJoker
New Member
- Joined
- Jul 14, 2011
- Messages
- 1
Right now I have this:
Instead I want to do
What is the proper syntax?
Code:
Sheets(i).Select
Rows("62:180").Delete Shift:=xlUp
Code:
Rows(Var1:Var2).Delete Shift:=xlUp
What is the proper syntax?