Export contacts in csv

L

Luc Benninger

I didn't find a way to export all my Outlook XP contacts into a
csv-file. Using VBA of course. Thanks for any hints!
Luc
 
E

Eric Legault [MVP - Outlook]

The Import/Export Wizard cannot be automated with code, unfortunately. You
would have to use VBA to loop through all the desired items for export, read
all the required properties, and build the .csv file manually.
 
Top