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.
If some of the fields are multi-line, see Eric Legault's handy tip for an Excel formula to break up the lines --
http://blogs.officezealot.com/legaul...4/08/4502.aspx
The alternatives are to write your own custom VBA code or to use a third-party application. See
http://www.outlookcode.com/d/customimport.htm
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Tomas" <(E-Mail Removed)> wrote in message news:4E4CD1AB-1DCA-48E1-B1F3-(E-Mail Removed)...
> How can I get around Microsofts restrictions of witch fields I can export to
> an Excel-file ?
> I want to export an email-mapp to an Excel-file and I'm intersted of the
> timestamp (time received), but in the mapping-windows is only
> Microsoft-choosen-fields shown.
> Does anyone know how I can go round this stupid restriction ?
> /Tomas