I'm getting this error with the line
If Sht.UsedRange.Find(What:="_START", After:=Sht.Range("A1"), LookIn:=xlValue, LookAt:=xlPart) Is Nothing Then
My understanding is that the error means that something I'm referring to can't be found like a sheet or a variable or something?
What I'm trying to...