Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 450 Bytes

File metadata and controls

8 lines (5 loc) · 450 Bytes

VBA-ESRI-REST

VBA functions for integrating the ESRI ArcGIS REST API with Excel and Access.

Several functions are included for utilizing geocoding and spatial operations provided by ESRI REST services from Access and Excel applications.

Dependencies

The ability to pass JSON data from VBA is essential to communicating with the ESRI REST API. The functions provided use the excellent VBA-JSON parser.