Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am having trouble selecting rows in a macro and deleting
them. I know you normally would write: Rows("a1:a3").select Selection.Delete Shift:=xlUp problem I am having is the rows are vaiables.. I have wrote code to pick up a set a start & end row as dim startrow and dim endrow How do I the select that range ??? I tried Rows(startrow:endrow).select but no joy ??? Help me please... Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selecting All Rows with Certain Data | Excel Discussion (Misc queries) | |||
after selecting 50 rows of a column i can't reference the cells in the rows | New Users to Excel | |||
Selecting Rows | Excel Worksheet Functions | |||
Selecting Rows | Excel Programming | |||
selecting rows | Excel Programming |