L Luc Benninger Oct 28, 2005 #1 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
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
G Guest Oct 28, 2005 #2 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.
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.