LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default Trapping the AutoFilter Event

Hi John

Try this from should get you what you want. Need to change the sheet
name and insert your actions.

Take care

Marcus

Sub autofil()

With Worksheets("Sheet1")
If .AutoFilterMode Then
'Your code here
End If
End With

End Sub
 
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
Trapping SheetChange Event in COM add-in Yeolhyun Kwon Excel Programming 0 January 5th 09 07:04 AM
trapping charts event PLP Charts and Charting in Excel 2 June 21st 07 01:18 AM
Trapping Add Shape Event jgb103 Excel Programming 0 May 15th 06 03:11 PM
Error trapping for the Form_Activate() event [email protected] Excel Programming 4 January 3rd 06 06:11 AM
Trapping Excel Close event Bob J[_2_] Excel Programming 3 December 5th 03 11:56 PM


All times are GMT +1. The time now is 06:50 PM.

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

About Us

"It's about Microsoft Excel"