View Single Post

  #6 (permalink)  
Old 02-23-2004
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
close!!

objLoc1 = objMap.FindResults("IP1 5HN")(1)

should read

set objLoc1 = objMap.FindResults("IP1 5HN")(1)

;-]
Reply With Quote