Good morning
I am trying to highlight cells with data in non contiguous columns. Below is the code I have started with, not sure what I am doing incorrectly.
Thank for any help.
Sub HighlightCellwithData2()
Dim i As Long, lr As Long
lr = Range("H" & Rows.Count).End(xlUp).Row...