I need to make a macro that will hide any rows in a range that includes columns A, B, C and D where B, C AND D have a hyphen in them.
Something like if rows("B:B"
AND rows("C:C"
AND rows ("D
"
= "-" then hide that row.
I don't know the vba code to do this. Can anyone please help me. thanks
Something like if rows("B:B"
I don't know the vba code to do this. Can anyone please help me. thanks