Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If I want to select rows 1 to 15, the syntax is:
rows("1:15").select What if I want to select rows 1 to i where i is an integer? Thanks! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
rows("1:" & i).select
tim "Shatin" wrote in message ... If I want to select rows 1 to 15, the syntax is: rows("1:15").select What if I want to select rows 1 to i where i is an integer? Thanks! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tim,
Many thanks for such a prompt reply! "Tim Williams" <saxifrax@pacbell*dot*net wrote in message ... rows("1:" & i).select tim "Shatin" wrote in message ... If I want to select rows 1 to 15, the syntax is: rows("1:15").select What if I want to select rows 1 to i where i is an integer? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
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 | |||
Removing Empty Rows and selecting Specific Rows | Excel Programming | |||
Selecting rows | Excel Programming | |||
Selecting one every four other rows | Excel Programming |