Forum: Outlook - General Queries
January 14th 08, 08:00 PM Posted to microsoft.public.outlook
|
Replies: 12
Views: 808
|
Forum: Outlook - General Queries
January 14th 08, 04:39 PM Posted to microsoft.public.outlook
|
Replies: 12
Views: 808
|
Forum: Outlook - General Queries
January 14th 08, 06:16 AM Posted to microsoft.public.outlook
|
Replies: 12
Views: 808
|
Forum: Outlook - General Queries
January 11th 08, 09:44 PM Posted to microsoft.public.outlook
|
Replies: 12
Views: 808
|
Forum: Outlook - General Queries
January 11th 08, 02:59 PM Posted to microsoft.public.outlook
|
Replies: 12
Views: 808
|
Forum: Outlook - General Queries
January 10th 08, 09:33 PM Posted to microsoft.public.outlook
|
Replies: 12
Views: 808
Exporting from Outlook to Excel Folder Problem
I am trying to get a code for exporting data from an custom outlook
form to
default to export to a certain folder.
I keep getting the message " The Selected Folder Do Not Contain
Contacts" but I...
|
Forum: Outlook - General Queries
January 10th 08, 09:25 PM Posted to microsoft.public.outlook
|
Replies: 1
Views: 999
|
Forum: Outlook - Using Forms
October 2nd 07, 04:03 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 14
Views: 1,127
Export Custom Forms in Public Folder to Excel
I don't know if you're not seeing my latest posts or what? Should I be
using google groups?
Show more code. We have no way of knowing what the parent object is. Also, what error are you getting?...
|
Forum: Outlook - Using Forms
October 1st 07, 08:11 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 14
Views: 1,127
|
Forum: Outlook - Using Forms
September 28th 07, 10:46 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 14
Views: 1,127
|
Forum: Outlook - Using Forms
September 28th 07, 10:32 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 14
Views: 1,127
Export Custom Forms in Public Folder to Excel
so can you tell me what these fields are named in outlook because
when
I add them to the code i get a debug error
It's the Notes field and the Categories field. The following doesn't
work.
...
|
Forum: Outlook - Using Forms
September 28th 07, 10:02 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 14
Views: 1,127
|
Forum: Outlook - Using Forms
September 28th 07, 09:48 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 14
Views: 1,127
|
Forum: Outlook - Using Forms
September 27th 07, 10:59 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 14
Views: 1,127
|
Forum: Outlook - Using Forms
September 27th 07, 10:07 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 14
Views: 1,127
Export Custom Forms in Public Folder to Excel
How do I change the following code to include user properties?
Option Explicit
Sub Import_Contacts()
Dim olApp As Outlook.Application
Dim olNamespace As Outlook.Namespace
Dim olFolder As...
|
Forum: Outlook - Using Forms
September 27th 07, 05:35 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 14
Views: 1,127
Export Custom Forms in Public Folder to Excel
I have created a custom form in the CUSTOMER folder in out Public
Folders. The form was created on a contacts form. I am trying to
export the fields on this form to an excel file. So that every...
|
Forum: Outlook - Using Forms
September 24th 07, 03:39 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 423
Custom Form Forcing Save
On Sep 24, 9:22 am, "Sue Mosher [MVP-Outlook]"
wrote:
When I try to use the default Contacts button on the custom form it
gives me this "The item must be saved. Would...
|
Forum: Outlook - Using Forms
September 24th 07, 03:08 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 423
Custom Form Forcing Save
On my form I have the following code:
Function Item_Write()
If Item.UserProperties.Find("Utility") "" Then
If Item.UserProperties.Find("CityState") "" Then
Item.FileAs =...
|
Forum: Outlook - Using Forms
September 24th 07, 02:45 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 8
Views: 601
FileAs Custom Property
On Sep 21, 5:03 pm, "Sue Mosher [MVP-Outlook]"
wrote:
What in particular throws you off? I've made your code more readable and annotated the obvious problems:
Sub...
|
Forum: Outlook - Using Forms
September 21st 07, 10:39 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 8
Views: 601
FileAs Custom Property
On Sep 21, 3:43 pm, Cass wrote:
On Sep 21, 1:56 pm, "Sue Mosher [MVP-Outlook]"
wrote:
And just to be clear the fields are created and...
|
Forum: Outlook - Using Forms
September 21st 07, 09:43 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 8
Views: 601
FileAs Custom Property
On Sep 21, 1:56 pm, "Sue Mosher [MVP-Outlook]"
wrote:
And just to be clear the fields are created and inside the form. They
are displayed in the "User-Defined Fields...
|
Forum: Outlook - Using Forms
September 21st 07, 07:49 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 8
Views: 601
FileAs Custom Property
On Sep 21, 1:47 pm, Cass wrote:
On Sep 21, 1:37 pm, "Sue Mosher [MVP-Outlook]"
wrote:
Lots of problems he
|
Forum: Outlook - Using Forms
September 21st 07, 07:47 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 8
Views: 601
FileAs Custom Property
On Sep 21, 1:37 pm, "Sue Mosher [MVP-Outlook]"
wrote:
Lots of problems he
1) There is no FileAs event. You should use the Item_Write event handler.
2) There is...
|
Forum: Outlook - Using Forms
September 21st 07, 06:41 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 8
Views: 601
FileAs Custom Property
I am creating a custom form with custom fields in outlook 2003.
The form that I am creating is a custom contact form. I want each
customer thats listed in this contact folder to be filed by the...
|
Forum: Outlook - Using Contacts
December 22nd 06, 03:22 PM Posted to microsoft.public.outlook.contacts
|
Replies: 1
Views: 550
Custom forms lost when using FIND
I have created a Custom form for our Contacts folder on our exchange
server. When most people click on it they can see the form, however one
person is having trouble viewing the form when we do a...
|