Thread
:
Filter With VB Code
View Single Post
#
2
Posted to microsoft.public.excel.programming
Tom Ogilvy
external usenet poster
Posts: 27,285
Filter With VB Code
Selection.AutoFilter Field:=4, Criteria1:="" & Range("L8").Value,
Operator:=xlAnd
--
Regards,
Tom Ogilvy
Reply With Quote
Tom Ogilvy
View Public Profile
Find all posts by Tom Ogilvy