how to use Filter in Macro

  • Thread starter Thread starter Eladamri
  • Start date Start date
E

Eladamri

Hi guys,

I wonder why i cant use filter in macro? is there a guideline for us to
use this function?
 
Hi

Columns("A:A").Select 'filter column A
Selection.AutoFilter
Selection.AutoFilter Field:=1, Criteria1:="Eladamri"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top