I am just learning how to write macros and I need some help linking two If..then:..else statements.
I have two drop down boxes that I want to link together. I am trying to tell it that
if one statement is true then filter row
else filter for criteria cell (2, 4)
if one statement is true then filter row
else filter for criteria cell (3, 4)
But I don't know how to link them. I want both drop down boxes to loop together.
Thanks