Thread
:
Recalculate a worksheet following an autofilter selection.
View Single Post
#
1
Posted to microsoft.public.excel.programming
Don Guillett[_3_]
external usenet poster
Posts: 17
Recalculate a worksheet following an autofilter selection.
Look in the help index for SUBTOTAL to find your answer. You need not
recalculate if automatic calc.
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Philip J Smith" wrote in message
...
Hi
I'm trying to work out how to recalculate a worksheet once a filter
selection has been made.
I think I need to use a worksheet selection change event but I do not know
how to detect the filter change.
Recalculating the sheet is simply: ActiveSheet.Calculate
The filters are in A3:D3.
The values to recalculate are SUBTOTALs in E2:H2
Kind Regards
Phil
Reply With Quote
Don Guillett[_3_]
View Public Profile
Find all posts by Don Guillett[_3_]