ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: Take highlighted address and add +4 to zip code

(1/1)

dpupello:
Can someone whip up a program or AHK script that would take a highlighted address, such as:

123 Main Street, Anyville, ST 55555
or...

123 Main Street
Anyville, ST 55555

...and "lookup" the Plus 4 zip code, so that it would return:

123 Main Street
Anyville, ST 55555-1234

or

123 Main Street, Anyville, ST 55555-1234

...depending on the input format.  Even just returning the Plus 4 code (1234) to the clipboard might also be useful.  Would beat the hell out of going to the USPS +4 lookup web page, then individually typing/pasting in the pieces of the address, then clicking "LOOKUP", etc.

Thanks for consideration!

MilesAhead:
This is the only thing I found that seemed close. I don't know what Yahoo Widget Engine is though:

http://www.softpedia.com/get/Windows-Widgets/Widget-Miscellaneous/USPS-Address-Verifier.shtml

kyrathaba:
If I or someone can find me a text file listing of 9-digit zip codes with associated city and state, I can easily do this. I found this webpage but it's only got 5-digit zip codes. Using a CSV text listing, this coding snack would be a piece of cake.

skwire:
I might be able to leverage the USPS website itself.  Hang tight...

skwire:
Here's a quick'n'dirty proof of concept:

http://skwire.dcmembers.com/apps/snacks/Zip+4Tool.zip

Please let me know if it works for you.

IDEA: Take highlighted address and add +4 to zip code

Navigation

[0] Message Index

Go to full version