Thread
:
filter error
View Single Post
#
1
Posted to microsoft.public.excel.programming
Karthik Bhat - Bangalore
external usenet poster
Posts: 25
filter error
Hi
Use this code
sub ex()
set rng=range("a1:a7")
rng.autofilter
rng.AutoFilter 1, Criteria1:="2000-05"
end sub
Thanks
Karthik Bhat
Reply With Quote
Karthik Bhat - Bangalore
View Public Profile
Find all posts by Karthik Bhat - Bangalore