View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
joe joe is offline
external usenet poster
 
Posts: 62
Default VBA IN AUTOFILTER

Hi,

Is there a way that specify autofilter criteria, eg I
have two columns:

Task Job
a1
b1
c1 d1


After either autofilter or other methods,the outputs will
show as follows

Task Job
a1 b1
c1 d1

many thanks.

regards,
Joe