+ Reply to Thread
Results 1 to 2 of 2

Pull USPS address to excel

  1. #1
    Registered User
    Join Date
    02-05-2019
    Location
    Wisconsin, USA
    MS-Off Ver
    2016
    Posts
    1

    Pull USPS address to excel

    Hi Experts,

    I'm looking for your help to get the address from USPS.com. I have about 3,000 addresses in Excel I'd like to verify.

    So I am looking for VBA code to open the USPS site and enter the the data and retrieve the correct address.


    validate in columns (all in A-E). Code below runs through rows that you specify (see For r = xxx to xxx) returns the validated address (if found) back to columns (G-K).

    Except they updated the site and I'm struggling. (please forgive me, as I'm extremely novice)
    Can update R value.
    Don't need state since it's a dropdown now. (would just need to enter street address & zip - click find)
    Attached Images Attached Images

  2. #2
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: Pull USPS address to excel

    this is tough. this is what is classified as API work. although the technique is technically not called an API. more than likely no-one here will write the solution without being paid. However, you need to start with all of the following resources, because microsoft has not provided a VBA library that can use its Edge browser just yet. and they probably won't either, cuz VBA 40 years old and they're trying deperately to push the world into the new age of edge and all of it's ""wonderful super duper features"". =(

    https://docs.microsoft.com/en-us/off...rary-reference

    https://docs.microsoft.com/en-us/pre...8(v=office.11)

    written by me many moons ago:
    https://www.access-programmers.co.uk...ng-vba.176968/

    https://docs.microsoft.com/en-us/off...plication.wait

    https://docs.microsoft.com/en-us/pre...52052(v=vs.85)

    you also need to read about the DOM: https://www.google.com/search?q=docu...odel+w3schools

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Pull USPS address to excel
    By Sakthivel85 in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 05-06-2020, 06:32 PM
  2. Replies: 4
    Last Post: 01-26-2019, 04:04 PM
  3. Replies: 0
    Last Post: 07-24-2015, 01:03 PM
  4. [SOLVED] Pull USPS address to excel with Internet Explorer - input on page's state drop-down
    By cows in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-20-2015, 01:01 PM
  5. Need to pull street address out of full address in a cell
    By Philalawyer in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-21-2014, 09:48 AM
  6. [SOLVED] I want to pull out certain address in excel and put into a file
    By neiled in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-22-2005, 04:05 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1