Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try something like the following:
Do r = r + 1 If ActiveCell.Offset(r, 0).EntireRow.Hidden = True Then Else Exit Do End If Loop ActiveCell.Offset(r, 0).Select -----Original Message----- I want my macro to enter a formula in a cell, then drop to the next visible cell one row down when I'm in AutoFilter mode. I tried ActiveCell.Offset(1, 0).Activate but that drops it to the next row even if it's hidden by the filter. Can I put SpecialCells(xlVisible) in here somehow? Ed . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Average Last 100 Filtered Visible rows | Excel Worksheet Functions | |||
countif only visible cells (filtered) | Excel Worksheet Functions | |||
Copy visible cells on Filtered data | Excel Discussion (Misc queries) | |||
count if on Visible - Filtered | Excel Worksheet Functions | |||
average of visible cells in a filtered range | Excel Worksheet Functions |