I'm trying to check if certain column titles are present in a header row
lcol = Sheets("UPDATE TOOL").Cells(Columns.Count).End(xlToLeft).Colum
Set Rng = Sheets("UPDATE TOOL").Range("A1", Sheets("UPDATE TOOL").Cells(1, lcol))
If Not IsError(Application.Match("Last reissue date", Rng, 0))...