generating zip code and county information from latitude andlongitude data

O

Ole Liseth

I have several thousand addresses in Excel with street address, city
and state. I need to generate the zip code and county for each
address. I have a copy of Mappoint 2011 and it definitely knows what
zip and county these latitude and longitude coordinate lies. Somebody
was mentioning using the following calls to Mapoint to get the zip
codes.

Using the MapPoint objects:

GetLocation (map obj returns location obj)
StreetAddress (location obj returns streetAddress obj)
PostalCode (streetAddress obj returns string)

Does anybody have any experience with this type of programming? The
latitude and longitude information is stored in columns E and F
repectively on sheet1.

Are there similar calls for county?

Thanks,

Peter.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top