View Single Post

  #2 (permalink)  
Old 02-09-2008
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,112
Re: How to get lat/long coordintates with VBA Excel

Hi,

FindAddressResults returns a collection of Location and other objects. So if resultsquality is ok then loop in the result until it is a Location object. Then you can add a pushpin with that Location object and this object has also Latitude / Longitude information, so you have all you need
Reply With Quote