A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 25 of 31
Search took 0.05 seconds.
Search: Posts made by: Cass
Forum: Outlook - General Queries January 14th 08, 08:00 PM Posted to microsoft.public.outlook
Replies: 12
Views: 808
Posted By Cass
Exporting from Outlook to Excel Folder Problem

On Jan 14, 11:26*am, "Brian Tillman" wrote:
Cass wrote:
What is the link to the other source where I can access these
newsgroups?

Link to it...
Forum: Outlook - General Queries January 14th 08, 04:39 PM Posted to microsoft.public.outlook
Replies: 12
Views: 808
Posted By Cass
Exporting from Outlook to Excel Folder Problem

On Jan 14, 8:22*am, "Brian Tillman" wrote:
Cass wrote:
Well that's no help to me considering I deleted the thread almost
immediately and now i'm...
Forum: Outlook - General Queries January 14th 08, 06:16 AM Posted to microsoft.public.outlook
Replies: 12
Views: 808
Posted By Cass
Exporting from Outlook to Excel Folder Problem

On Jan 11, 4:47*pm, "Brian Tillman" wrote:
Cass wrote:
How about you give constructive advice and direct me to the correct
newsgroup

I already...
Forum: Outlook - General Queries January 11th 08, 09:44 PM Posted to microsoft.public.outlook
Replies: 12
Views: 808
Posted By Cass
Exporting from Outlook to Excel Folder Problem

On Jan 11, 1:18*pm, "Brian Tillman" wrote:
Cass wrote:
Does anyone have any advice?

Only to ask in the correct newsgroup.
--
Brian Tillman...
Forum: Outlook - General Queries January 11th 08, 02:59 PM Posted to microsoft.public.outlook
Replies: 12
Views: 808
Posted By Cass
Exporting from Outlook to Excel Folder Problem

On Jan 11, 7:34*am, "Brian Tillman" wrote:
Cass wrote:
I am trying to get a code for exporting data from an custom outlook
form to default to...
Forum: Outlook - General Queries January 10th 08, 09:33 PM Posted to microsoft.public.outlook
Replies: 12
Views: 808
Posted By Cass
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
Posted By Cass
Default folder to Public folder when Exporting outlook form data toexcel

I am trying to get a code for exporting data from an outlook form to
default to export a certain folder. I keep getting the Object Could
not be found error. When I try it with my personal folders it...
Forum: Outlook - Using Forms October 2nd 07, 04:03 PM Posted to microsoft.public.outlook.program_forms
Replies: 14
Views: 1,127
Posted By Cass
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
Posted By Cass
Export Custom Forms in Public Folder to Excel

On Oct 1, 9:48 am, "Sue Mosher [MVP-Outlook]"
wrote:
When in doubt about property names, use the object browser -- F2 in VBA.

"Notes" = Body
Categories -- that's the...
Forum: Outlook - Using Forms September 28th 07, 10:46 PM Posted to microsoft.public.outlook.program_forms
Replies: 14
Views: 1,127
Posted By Cass
Export Custom Forms in Public Folder to Excel

On Sep 27, 10:47 pm, "Sue Mosher [MVP-Outlook]"
wrote:
Seehttp://www.outlookcode.com/article.aspx?ID=52for your options with regard to the "object model guard" security in...
Forum: Outlook - Using Forms September 28th 07, 10:32 PM Posted to microsoft.public.outlook.program_forms
Replies: 14
Views: 1,127
Posted By Cass
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
Posted By Cass
Export Custom Forms in Public Folder to Excel

On Sep 28, 3:48 pm, Cass wrote:
On Sep 27, 10:47 pm, "Sue Mosher [MVP-Outlook]"





wrote:
...
Forum: Outlook - Using Forms September 28th 07, 09:48 PM Posted to microsoft.public.outlook.program_forms
Replies: 14
Views: 1,127
Posted By Cass
Export Custom Forms in Public Folder to Excel

On Sep 27, 10:47 pm, "Sue Mosher [MVP-Outlook]"
wrote:
Seehttp://www.outlookcode.com/article.aspx?ID=52for your options with regard to the "object model guard" security in...
Forum: Outlook - Using Forms September 27th 07, 10:59 PM Posted to microsoft.public.outlook.program_forms
Replies: 14
Views: 1,127
Posted By Cass
Export Custom Forms in Public Folder to Excel

I got it to work by simple changing the code to :



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, 10:07 PM Posted to microsoft.public.outlook.program_forms
Replies: 14
Views: 1,127
Posted By Cass
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
Posted By Cass
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
Posted By Cass
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
Posted By Cass
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
Posted By Cass
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
Posted By Cass
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
Posted By Cass
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
Posted By Cass
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
Posted By Cass
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
Posted By Cass
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
Posted By Cass
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...
Showing results 1 to 25 of 31

 
Forum Jump

All times are GMT +1. The time now is 05:39 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.