Hi,
I'm trying to find the column from the header and using the result, to format the entire column. below is what i've writen.
Dim lnRow As Long
lnRow = Worksheets("ADSS").Cells("1:1").Find(What:="Party", LookIn:=xlValues, LookAt:=xlWhole, MatchCase:=False, SearchFormat:=False)...