![]() |
#1
|
|||
|
|||
![]()
Hi,
I have got a filtered list in my worksheet "Daten" and the first visible row for example has the number 16. IŽd like to get this value (16) by a little VBA Script. This is what I have done so far: Code:
Dim VisibleRange As Range Dim FirstVisibleRow As Single Set VisibleRange = Worksheets("Daten").AutoFilter.Range.SpecialCells(xlCellTypeVisible) FirstVisibleRow = VisibleRange.Cells(1).Row Result: FirstVisibleRow is 1, not 16. What is my mistake? Thanks a lot in advance! |
Tags |
range, specialcells |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
for visible cells (filtered), how find value lowest than 4.00 and return the cell number | murfy69 | Excel | 6 | 08-03-2017 12:03 AM |
Creating a Custom List that Updates when one of the data fields is filtered | anthrus | Excel | 1 | 11-13-2014 11:58 PM |
Find - Replace Macro using a table list | mdw | Word | 0 | 08-01-2013 04:36 PM |
![]() |
Andoheb | Outlook | 2 | 01-09-2012 04:43 PM |
![]() |
14spar15 | Word | 1 | 12-03-2011 03:01 PM |