E
EHPorter
I am writing an address macro that addresses letters to various government
entities. It's quite simple (I'm new at this) and just presents the user
with a series of option buttons:
If Opt1 Then
Addressee = "Hennepin County"
AddressLine1 = "Government Center"
ElseIf Opt2 Then
Addressee = "Ramsey County"
AddressLine2 = "Courthouse West Annex"
.. . . and so forth. These are then inserted into the document using
bookmarks. The problem, of course, is that these addresses are already in
Outlook. Plus, every time a department changes its address, I need to
update both Outlook and the address Macro.
Is there a relatively simple way to extract this information directly from
an Outlook contacts folder, such that the address macro would always reflect
the correct address?
Thanks.
entities. It's quite simple (I'm new at this) and just presents the user
with a series of option buttons:
If Opt1 Then
Addressee = "Hennepin County"
AddressLine1 = "Government Center"
ElseIf Opt2 Then
Addressee = "Ramsey County"
AddressLine2 = "Courthouse West Annex"
.. . . and so forth. These are then inserted into the document using
bookmarks. The problem, of course, is that these addresses are already in
Outlook. Plus, every time a department changes its address, I need to
update both Outlook and the address Macro.
Is there a relatively simple way to extract this information directly from
an Outlook contacts folder, such that the address macro would always reflect
the correct address?
Thanks.