![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I've created new field (combo box) on P2 using the Appointment Form as the
basis. The form is Published and appears in the correct calendar when opened. Problem: I need to Export the contents of that field to Excel or a tab-separated file. When I export using the Wizard, the field fails to appear. How can I do this? Regards, |
Ads |
#2
|
|||
|
|||
![]()
Outlook doesn't support exporting custom fields directly. 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/article.aspx?ID=23 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "JoeC" wrote in message ... I've created new field (combo box) on P2 using the Appointment Form as the basis. The form is Published and appears in the correct calendar when opened. Problem: I need to Export the contents of that field to Excel or a tab-separated file. When I export using the Wizard, the field fails to appear. How can I do this? Regards, |
#3
|
|||
|
|||
![]()
Ms. Mosher,
Thanks for the reply. This works - as you write - after a fashion. We were trying to develop a "canned" method for others to use. Guess that this means programming. JoeC "Sue Mosher [MVP-Outlook]" wrote: Outlook doesn't support exporting custom fields directly. 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/article.aspx?ID=23 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "JoeC" wrote in message ... I've created new field (combo box) on P2 using the Appointment Form as the basis. The form is Published and appears in the correct calendar when opened. Problem: I need to Export the contents of that field to Excel or a tab-separated file. When I export using the Wizard, the field fails to appear. How can I do this? Regards, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Exporting Contacts to ACCESS - getting 'User-defined Fields' to ex | FirstVette52 | Outlook - Using Contacts | 2 | May 24th 07 06:56 PM |
Using C# to create a user-defined field? | Mikael | Add-ins for Outlook | 3 | March 23rd 07 08:17 PM |
Exporting User defined Contact Field | OneDave | Outlook - Using Contacts | 1 | September 24th 06 09:29 PM |
exporting user defined fields from outlook appointment forms | Graeme Wright | Outlook - Calandaring | 2 | May 1st 06 01:51 PM |
Referencing a User-Defined Field | Chaplain Doug | Outlook - Using Forms | 1 | January 13th 06 04:54 PM |