How to get Outlook address book names via VBA? Outlook has the option to create multiple address books. Of course, it's for a good reason, to organize address books. Well, why need to organize? I guess the reason will depend on every individual whether it's a thing to practice or a thing to be ignored. Outlook address book can be set to manage contacts. For example, you can have an address book just for Personal use which includes friends and family. You can set the address book for vendors and another address book for customers only and of course contacts within the organization. Organizing is a skill if not an attitude to make work easier and manageable. VBA code below will get all the address book names on Outlook, and once the address book is known you can expand the code to get contacts for each specific address book by supplying the address book name. ====================================== Sub getfoldercontact_addressbook_names...
Make the world a better place by sharing knowledge, ideas and anything that you can give that comes from the heart.