Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a filtered spreadsheet and am trying to select the first 5 visible
rows to copy onto a separate sheet. I can use ActiveCell.Offset(1,0).Select to get the next row down but how can I move on until the next row is visible (looping?) and how can I then continue to move down and in addition to the first selected visible row select the next 4 visible rows? I can then paste all 5 elsewhere. Alternatively, do I have to select each visible row individually and paste elsewhere within the loop? If so, how do I stop the loop running after the fifth time? A little knowledge is a dangerous thing! Really grateful for any assistance with this. Paul. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to select Visible Cells range minus 2 rows (frozen panes) | Excel Programming | |||
Show/Select Visible Rows via ComboBox | Excel Programming | |||
How can I select non visible cells? | Excel Programming | |||
select only used rows and only visible cells | Excel Discussion (Misc queries) | |||
VBA to Select All Visible Sheets | Excel Programming |