Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to select multiple rows (so I can then sort them)
This is what I have so far: Do While Worksheets(I).Cells(InputRow, 1).Value < "" Rows(InputRow).Select InputRow = InputRow + 1 Loop But it just highlights the specific row everytime it goes through th loop and the one that was highlighted is not anymore. I want to have the rows STAY highlighted after it goes through th loop. Thanks: -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select multiple rows not next to each other | Excel Worksheet Functions | |||
select multiple rows and format | Excel Discussion (Misc queries) | |||
Filter/Select multiple rows | Excel Discussion (Misc queries) | |||
How do I select multiple rows randomly in MS Excel? | Excel Discussion (Misc queries) | |||
Select all data, multiple rows | Excel Discussion (Misc queries) |