Thread
:
Starting a macro by changing autofilter criteria
View Single Post
#
2
Posted to microsoft.public.excel.programming
Mike H
external usenet poster
Posts: 11,501
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?
Reply With Quote
Mike H
View Public Profile
Find all posts by Mike H