|
Hi,
Dim a FindResults Collection and stick all of the results into that.
Then check the Count property, if it is 0 then I think your line returns an error... basically put an "If Count <> 0 Then your line..:
"Set objLoc = myFindResultsCollection.Item(1)"
hth,
Eric |