BookTitle is a variant input parameter to the routine that contains this line. This always fails on .FIND. What am I doing wrong? Using Excel '97
Dim Titles As Range
with Sheets("List"
Set Titles = .Range(.Range("Titles".Address, .Range("B65535".End(xlUp).Address)
Set theBook = Titles.Find(What:=BookTitle,
LookIn:=xlValues, SearchOrder:=xlByRows, _
SearchDirection:=xlNext, MatchCase:=False)
end with