Elliottj2121
Board Regular
- Joined
- Apr 15, 2021
- Messages
- 56
- Office Version
- 365
- 2019
- Platform
- Windows
Hello,
Is there a way to do an API call in excel using VBA? or is there another non-macro way to do it? I am trying to use the United States Post Office's API to get the full nine digit zip code for addresses. The API requires a username and password which I have. I have linked to the technical information on the USPS website and included an example sheet. Any help would be greatly appreciated.
USPS TECH SPEC SHEET Specific section is 3.0 ZIP Code Lookup API
Is there a way to do an API call in excel using VBA? or is there another non-macro way to do it? I am trying to use the United States Post Office's API to get the full nine digit zip code for addresses. The API requires a username and password which I have. I have linked to the technical information on the USPS website and included an example sheet. Any help would be greatly appreciated.
USPS TECH SPEC SHEET Specific section is 3.0 ZIP Code Lookup API
Book1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | VARIABLE | DATA | RESULT | DATA | ||
2 | ADDRESS | 1600 PENNSYLVANIA AVE NW | ZIP+4 | 20500-0005 | ||
3 | CITY | WASHINGTON | ||||
4 | STATE | DC | ||||
5 | ZIP | 20500 | ||||
6 | ||||||
7 | ||||||
Sheet1 |