Having difficulty exporting/importing user defined field from/to .

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to export my outlook contacts data to an csv file to use with
Excel. My trouble is with user defined fields. Although the field is
exported, the data is not. I can't map these user defined fields when
importing back to Outlook. The program won't allow me map these fields.

Any suggestion?

Thanx
 
Outlook doesn't support exporting custom fields. Quick and dirty method:

1. Put all the items from your form in one folder.
2. Use a table view to display all the data fields that you want to export
to Excel.
3. Choose Edit | Select All.
4. Choose Edit | Copy.
5. Paste to Excel.

Otherwise, you'd have to write custom code or use a third-party application.
See http://www.outlookcode.com/d/customimport.htm .
 
Back
Top