P PR Jul 8, 2006 #1 Is there a way of exporting fields that I have create in a Custom Define Form... Regards - Paul
S Sue Mosher [MVP-Outlook] Jul 8, 2006 #2 Quick and dirty method: 1. Use a table view to display all the data fields that you want to export. 2. Choose Edit | Select All. 3. Choose Edit | Copy. 4. 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/legault/archive/2005/04/08/4502.aspx Otherwise, you'd have to write custom code or use a third-party application. See http://www.outlookcode.com/d/customimport.htm . -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers
Quick and dirty method: 1. Use a table view to display all the data fields that you want to export. 2. Choose Edit | Select All. 3. Choose Edit | Copy. 4. 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/legault/archive/2005/04/08/4502.aspx Otherwise, you'd have to write custom code or use a third-party application. See http://www.outlookcode.com/d/customimport.htm . -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers