export a "new contact field"!

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

Guest

My problem is:

I exported my Ms outlook 2002 contacts to excel 2002 and I have all standard fields like "name" , "company" and others but I could not export "user-defined fields in this item" or "user-defined fields in this folder" that I create under "all fields" tab.

is there any body know how I can use these fields in excel or access? or how can export them to excel or access?

thank you very much
 
The wizard does not support export or import of custom fields. The
only way to do that is to write your own code.




Nima said:
My problem is:

I exported my Ms outlook 2002 contacts to excel 2002 and I have all
standard fields like "name" , "company" and others but I could not
export "user-defined fields in this item" or "user-defined fields in
this folder" that I create under "all fields" tab.
is there any body know how I can use these fields in excel or
access? or how can export them to excel or access?
 
Or use the 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.

--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top