Thread
:
How do I get a filter to "UPDATE" the rows selected?
View Single Post
#
1
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
Don Guillett[_4_]
external usenet poster
Posts: 2,337
How do I get a filter to "UPDATE" the rows selected?
AFAIK
you must release and reset but a macro with a worksheet_change event
could trigger this for you so that it would happen automatically.
--
Don Guillett
SalesAid Software
"Phillips" wrote in message
news:g4eub.229720$Fm2.229809@attbi_s04...
Hey there!
I am using Excel 2002 and I have a speadsheet that has prices in it.
If I have the filter set to (the filter criteria is much more complex than
this though) prices for items that cost $5.00.
Of I change an item to 4.59, it should not be seen. How can I get it to
re-update the rows shown, with out releaseing the filter and resetting it?
Is there something like refresh.filter or anything like that?
Thanks
Phil
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]