| Calculating Distance
Take a look in the Help file under programming.. you're going to use the Route object. You'd start by creating Location objects for the zip codes and Add-ing them to the WayPoints collection. Then you'll use the Calculate method and read the Distance property.. |