Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Starting a macro by changing autofilter criteria

Is it possible to start a macro by changing a filtering criteria?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default Starting a macro by changing autofilter criteria

Hi,

Filtering calls the worksheet_calculate event so

Private Sub Worksheet_Calculate()
MyMacro
End Sub

Mike
"kativa" wrote:

Is it possible to start a macro by changing a filtering criteria?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Starting a macro by changing autofilter criteria

Thank you very much! Is there a way to make this work only when one special
column is filtered?



"Mike H" kirjoitti:

Hi,

Filtering calls the worksheet_calculate event so

Private Sub Worksheet_Calculate()
MyMacro
End Sub

Mike
"kativa" wrote:

Is it possible to start a macro by changing a filtering criteria?

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
Query criteria based on a changing criteria list bwilk77 Excel Discussion (Misc queries) 2 May 27th 09 04:03 PM
change/set pivot table autofilter criteria with macro button jackie Excel Discussion (Misc queries) 3 March 16th 09 02:03 AM
Invoke macro on Autofilter Criteria Selection Rafi Excel Programming 2 October 1st 07 03:52 PM
Selection.AutoFilter Field / Criteria = criteria sometimes non-existing on worksheet markx Excel Programming 1 November 24th 06 02:52 PM
Starting a macro by changing a cell in a column. Turnecm Excel Programming 1 July 19th 03 03:13 PM


All times are GMT +1. The time now is 04:07 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"