Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
On a worksheet it is easy to move down with the cursorkeys of a keyboard, even if the information in the worksheet is shown using filters. With the down-arrow-key you go to the next row With VBA moving to the next cell is easely done with ActiveCell.OffSet(1,0).Select. But which VBA-command do you use when your data is display with the use of a filter? Using ActiveCell.OffSet(1,0).Select results in going to a cell/row that isn't shown by the flter.. Who can help me? Thanks, André |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Move cells down | Excel Discussion (Misc queries) | |||
Sum At Top And Move Cells Down in VBA | Excel Programming | |||
Can references (to cells being sorted) move with the cells? | Setting up and Configuration of Excel | |||
Sorting cells: a list behind the cells do not move with the cell | Excel Discussion (Misc queries) | |||
Move cells | Excel Programming |