hi,
I was kinda surprised I couldn't find a solution when I Googled this...
Let's say I have columns A through M. In Column C, I have various string values (let's say animals). Now, I want to highlight only those columns A through M when the value in column C is "Dog". I know I can do a For Each - EntireRow.Interior.Color thing, but I always think that looks scrappy when all the columns are highlighted even when they contain no data. For the record, columns A through M is static and will never change (ie There will never be a column N)
I appreciate the help!
I was kinda surprised I couldn't find a solution when I Googled this...
Let's say I have columns A through M. In Column C, I have various string values (let's say animals). Now, I want to highlight only those columns A through M when the value in column C is "Dog". I know I can do a For Each - EntireRow.Interior.Color thing, but I always think that looks scrappy when all the columns are highlighted even when they contain no data. For the record, columns A through M is static and will never change (ie There will never be a column N)
I appreciate the help!