How to get Email address from outlook contacts for the names listed in a column?

前端 未结 2 1207
春和景丽
春和景丽 2021-01-19 09:16

I am new to VBA and I need help doing something:

As seen in the picture below, I have a list of names. And what I want to do is retrieve their email address, based o

2条回答
  •  春和景丽
    2021-01-19 09:40

    You should be able to just import all contacts without any VBA code whatsoever. Here is a link that describes how to do it.

    https://www.ablebits.com/office-addins-blog/2014/06/12/import-contacts-excel-outlook/

    https://www.extendoffice.com/documents/outlook/1116-outlook-export-contact-to-excel.html

    You may be interested in hooking into the GAL as well. Check out the link below.

    http://www.cumc.columbia.edu/it/howto/email/gal.html

提交回复
热议问题