![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
I would like to validate mailing addresses in my business contacts database.
I am familiar with VBA but don't know where to start with this. Here is what I want to do: 1) Access the www.usps.com/zip4/welcome.jsp website to bring up the page for entering address information. 2) Plug in the address from the business contact manager address fields. 3) Parse the response from the web page for the valid address. 4) Replace the address in the business contact manager with the parsed address. Sample vba code would be appreciated. Thank you in advance for any tips on how to tackle this problem. |
#2
|
|||
|
|||
![]()
The VBA part reading and writing Contact address info is the easy part.
Automating filling out web applications forms in a browser is the very hard part (meaning I'm not sure where to begin there). I suggest you find a web development forum for that part, but if you have any questions about the Outlook Object Model we're here to help. -- Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "dbunhook" wrote: I would like to validate mailing addresses in my business contacts database. I am familiar with VBA but don't know where to start with this. Here is what I want to do: 1) Access the www.usps.com/zip4/welcome.jsp website to bring up the page for entering address information. 2) Plug in the address from the business contact manager address fields. 3) Parse the response from the web page for the valid address. 4) Replace the address in the business contact manager with the parsed address. Sample vba code would be appreciated. Thank you in advance for any tips on how to tackle this problem. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Automating Outlook | Andrew Kennard | Outlook and VBA | 1 | December 20th 06 04:27 PM |
automating attachments | Joel | Outlook and VBA | 0 | November 12th 06 03:47 PM |
PW VERIFICATION INFO ENCLOSED | [email protected] | Outlook and VBA | 0 | September 6th 06 10:27 PM |
automating attachments | [email protected] | Outlook and VBA | 0 | June 30th 06 07:10 AM |
Automating emails | Karl | Outlook - General Queries | 2 | April 8th 06 11:56 AM |