Hello All
I need help wirting a macro to conditionally format a selection based on the below criteria. The macro will run at the click of a button.
Selection(B2:F18)
If $A2="Y1" then format Border top thick and Interior color light Yellow
If $A2="Y" then format Border top thin and Interior color light Yellow
If $A2="G1" then format Border top thick and Interior color light Green
If $A2="G" then format Border top thin and Interior color light Green
Thank you for your help!
Ed
Bookmarks