Export contacts in csv

  • Thread starter Thread starter Luc Benninger
  • Start date Start date
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
 
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.
 
Back
Top