Hi and thank you in advance. I am looking for a VBA code where I can accomplish the following:
- Check for column A if column A has the text "abc" and "def" // column A can only have abc or def cant have both
- If found look at the row where the text "abc" or "def" exist and check the corresponding cell on column C (which is date) for the row abc or def
- If date exist on the corresponding cell on column C then gray out all cells above column C all the way to C2 as C1 is the heading
- if no value then ignore.
thank you!
Bookmarks