Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The following works:
Worksheets("Sheet1").Rows(5).Select But if I want to select multiple nonadjacent rows how can I do that? Worksheets("Sheet1").Rows(5,3,1).Select gives an error, quotes don't work. I could do this with Range but I'm curious if its possible with Rows. Thanks for the help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there a Filename property in PrintOut property | Excel Programming | |||
VBA Question: going through rows in a sheet via vba | Excel Programming | |||
Property question | Excel Programming | |||
Question about "End(xlUp)" property | Excel Programming | |||
Question about "End(xlUp)" property | Excel Programming |