I am using :
to find double dots, it shows up with "error 91 object variable or with block variable not set" when there are no ".." double dots found.
Code:
Cells.Find(What:="..", After:=ActiveCell, LookIn:=xlFormulas, LookAt:= _
xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False _
, SearchFormat:=False).Activate
to find double dots, it shows up with "error 91 object variable or with block variable not set" when there are no ".." double dots found.