Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm in a With statement and I'm trying to select one more rows depending on
the value of my variables. For example, say Checkrow = 4 AddRow = 2 I want to insert 2 rows below row 4 this is what I'm trying: ..Rows((CheckRow + 1):(CheckRow + 1 + AddRow - 1)).Select Selection.Insert Shift:=xlDown This would be the same as: Rows("3:4").Select Selection.Insert Shift:=xlDown but I'm getting a compile error: expected list separator or ) How do I make this work? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA for Virtual Earth | Excel Programming | |||
Virtual Clock | Excel Worksheet Functions | |||
Virtual PC | Setting up and Configuration of Excel | |||
Virtual AutoFill Macro | Excel Programming | |||
Tracking Virtual Memory | Excel Programming |