I built some code that works just fine on my development machine. It fails on two other machines, however.
The first command beyond DIM statements , which fails, is:
Request.Open "GET", "http://maps.googleapis.com/maps/api/geocode/xml?" _
& "&address=" & Address & "&sensor=false", False
the Open portion Request.Open is highlighted after the error.
All are running Office365, fully updated, and appear to have the same references, including Microsoft XML 3.0.
I found something online about EDX files, but could not find any on either machine.
Any assistance is greatly appreciated.
Phil