Thread
:
Selecting rows
View Single Post
#
2
Posted to microsoft.public.excel.programming
Tim Williams
external usenet poster
Posts: 1,588
Selecting rows
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 With Quote
Tim Williams
View Public Profile
Find all posts by Tim Williams