Hi,
I was originally using some VBA code and Google's API system to calculate distance between Post Codes, it looked like this:
Function G_DISTANCE(Origin As String, Destination As String) As DoubleDim myRequest As XMLHTTP60
Dim myDomDoc As DOMDocument60
Dim distanceNode As IXMLDOMNode...