Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How to get early filter?

Hello, Dear Professional Programmers

I have question how to get what was field filtered. I created Form like Custom
filter, you know that when i open the Dialog it shows criteria filtered early.
For example "Equal" = "5"
or "Have" = "Ans"

I found this but it is not what i need :(

lngCount = 1
For Each objFilterPart In ActiveSheet.AutoFilter.Filters
If objFilterPart.On Then
strFilterList = strFilterList & _
"Columns " &
ActiveSheet.AutoFilter.Range.Columns(lngCount).Col umn & vbCr
End If
lngCount = lngCount + 1
Next 'objFilterPart
MsgBox strFilterList

Thank you for answer about Filter Javed, Jef Gorbach early.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
From Early to Late bind Henk Excel Programming 3 February 13th 09 08:36 AM
From Early to Late bind Henk Excel Programming 0 February 12th 09 11:24 AM
15 minutes early Glenn_H Excel Discussion (Misc queries) 4 January 31st 08 06:44 PM
Closing a Macro Early NickHK Excel Programming 0 January 4th 07 03:33 AM
End sub early if mismatch achidsey Excel Programming 2 November 9th 05 07:26 PM


All times are GMT +1. The time now is 04:30 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"