Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trapping SheetChange Event in COM add-in | Excel Programming | |||
trapping charts event | Charts and Charting in Excel | |||
Trapping Add Shape Event | Excel Programming | |||
Error trapping for the Form_Activate() event | Excel Programming | |||
Trapping Excel Close event | Excel Programming |