Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using the following function to highlight the column header of an
activated filter. The problem is, when someone is already far down the list when they activate the filter, the sheet doesnt scroll up and reveal the whole list. I tried to incorporate an Application.GoTo routine with this, but apparently Functions wont allow this. Is there another way of getting around this? Thanks, Steve Function FilterVal(FilterNo As Integer) As String Dim ws As Worksheet Set ws = Application.Caller.Parent Application.Volatile If ws.AutoFilter.Filters(FilterNo).On Then FilterVal = Mid(ws.AutoFilter.Filters(FilterNo).Criteria1, 2) Else FilterVal = "" End If End Function |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dragging to select multiple rows causes out of control scroll | Excel Discussion (Misc queries) | |||
Excel won't scroll downwards on sheet with autofilter & freeze pan | Excel Discussion (Misc queries) | |||
View, scroll and select a cell value from another Excel sheet? | Excel Worksheet Functions | |||
Scroll bar increments select case? | Excel Programming | |||
Simple scroll and select? | Excel Programming |