hello,
I have a weird thing happening with this code shown below.
'Find "Current Odometer Reading Date" in Row 1
With Sheets(1).Rows(1)
Set t = .Find("Current Odometer Reading Date", lookat:=xlPart)
'If not found, present a message
If Not t Is Nothing Then...