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.
 

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

Back
Top