Right now I have this: Sheets(i).Select Rows("62:180").Delete Shift:=xlUp Instead I want to do Rows(Var1:Var2).Delete Shift:=xlUp What is...
確定! 回上一頁