macro for displaying conditional formatting

F

FA

I have an excel spreadsheet that contains a column with conditional
formatting to highlight overdue dates. I would like to create a macro to
display only the highlighted overdue dates but can't seem to figure out a
formula that will work.
The conditional format is
=AND(ISBLANK(N12),L12<TODAY(), NOT(ISBLANK(L12)))
I thought this formula might work, but it didn't
Selection.AutoFilter Field:=12, Criteria1:="=AND(ISBLANK(N12),L12<TODAY(),
NOT(ISBLANK(L12)))"
Any help would be appreciated!
 

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

Top