View Single Post

  #6 (permalink)  
Old 07-20-2004
Eric Frost's Avatar
Eric Frost Eric Frost is offline
Senior Member
Black Belt
 
Join Date: Jul 1992
Posts: 2,480
Blog Entries: 1
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
__________________
~ Now taking orders for MapPoint 2009 ~
~
~ Upgrade to MapForums Plus membership ~
Reply With Quote