Thread
:
Find distance between two UK postal addresses by using VB
View Single Post
#
6
(
permalink
)
02-23-2004
Anonymous
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)
;-]
Anonymous
View Public Profile
Send a private message to Anonymous
Find all posts by Anonymous