Writing a macro

P

Pete

I am new to coding macros and would appreciate any help writing one.

I want to write a macro which would change the default email account and the
order in which address books are listed in the dropdown list in Select Names
dialog box.

I have no idea how to do this, perhaps someone will point me in the right
direction.

Many thanks
 
S

Sue Mosher [MVP-Outlook]

No, only older Office applications like Word and Excel have macro recorders.

Changing the address book display order is not something that can be done with Outlook VBA. If it can be done at all, it probably would take a third-party DLL or code written in C++ with a low-level API from Microsoft. Changing the default mail account would normally be done with a .PRF file or the same kind of approach as the address book issue.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top