Forum: Outlook and VBA
May 20th 10, 04:04 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 1,812
|
Forum: Outlook and VBA
May 20th 10, 02:47 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 1,812
|
Forum: Outlook and VBA
May 20th 10, 01:21 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 0
Views: 1,568
|
Forum: Outlook - Using Forms
July 29th 09, 12:45 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 463
Prompts in Outlook Form
In Outlook 2003 I have a published form which is a basic letter with the
following in the message box as follows:
Our File Number: XXX
Entitled “XXX”
Issued XXX
Dear...
|
Forum: Outlook - Using Forms
July 13th 09, 04:03 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 2
Views: 424
Run code once form is sent
That was exactly what I needed. I sincerely thank you!
LDMueller
"Ken Slovak - [MVP - Outlook]" wrote:
In the form code window select Script, Event Handler. Add the Send event to
the code.
...
|
Forum: Outlook - Using Forms
July 13th 09, 01:32 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 2
Views: 424
Run code once form is sent
I created a form in Outlook 2003 with a command button. The code behind the
button is as follows:
Sub cmdScheduleNotification_Click()
dte = FormatDateTime(Item.UserProperties("Laptop Needed...
|
Forum: Outlook and VBA
April 18th 08, 04:47 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 2,459
Code to move task from inbox to a task folder
First of all Sue, thank you for your assistance. You have helped me many
times in the past.
Since neither MailItem or MeetingItem will work for an incoming task (I
tested it), I assume using a ...
|
Forum: Outlook and VBA
April 17th 08, 08:06 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 2,459
Code to move task from inbox to a task folder
I'm trying to automate my Outlook mailbox so when a task appears in my inbox
with the subject
starting with "Please consider" that it is moved to my task folder named
"AAA".
My direction is that...
|
Forum: Outlook - Calandaring
September 11th 07, 05:12 PM Posted to microsoft.public.outlook.calendaring
|
Replies: 3
Views: 967
View Calendar in a List Format
Yes, I went to View, but didn't see it in the first list and didn't think to
choose "Arrange by" (I don't know why). I guess it's because I haven't
really dealt with calendars much.
Anyway, thank...
|
Forum: Outlook - Calandaring
September 11th 07, 04:32 PM Posted to microsoft.public.outlook.calendaring
|
Replies: 3
Views: 967
View Calendar in a List Format
I have Outlook 2003 and I need to see user calendars is a list format so I
can easily determine what is in their calendar.
Any assistance would be greatly appreciated.
Thanks!
|
Forum: Outlook - Using Contacts
August 24th 07, 01:12 PM Posted to microsoft.public.outlook.contacts
|
Replies: 0
Views: 383
|
Forum: Outlook - Using Forms
July 11th 07, 01:10 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 488
Outlook Form Issues
From what I've seen, the attachment box appears directly above the Message
Box Control. I just meant I left some blank space between the last field and
the Message Box field so when the attachment...
|
Forum: Outlook - Using Forms
July 11th 07, 12:38 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 488
Outlook Form Issues
Yes, it's the message box control. If you look at the form in the Sent Items
folder, you can see the attachment. It just doesn't appear until you send it
for some reason and I've allowed enough...
|
Forum: Outlook - Using Forms
July 11th 07, 12:14 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 488
Outlook Form Issues
Hello,
I have Outlook 2003 and have created a published a message form which has a
few issues.
1) The form has a "From" field which I told the users they don't have to
complete because it'll...
|
Forum: Outlook - Using Forms
July 9th 07, 05:42 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 2
Views: 402
Signature in Message Field
Thank you for the information and quick response.
LDMueller
"Sue Mosher [MVP-Outlook]" wrote:
No, Outlook always inserts the automatic signature at the top of the message. If you're using Word...
|
Forum: Outlook - Using Forms
July 9th 07, 12:24 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 2
Views: 402
Signature in Message Field
I have Outlook 2003. I created a New Mail Message typing in text in the
message field and saving this as an .OFT file. Then I published this form.
My problem is when a user uses this form, their...
|
Forum: Outlook and VBA
June 19th 07, 08:07 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 1,248
Location of Published Forms
Hi Sue,
First of all, thank you for your response and in particular paragraph #2.
What is confusing to me is I don't want to create an appointment and put it
in other user's calendars. I want to...
|
Forum: Outlook and VBA
June 19th 07, 06:12 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 1,248
Location of Published Forms
Hi Sue,
I did read the 2nd part of your reponse, but I just couldn't figure it out.
So, what I did was write code to create a completed appointment as follows:
Sub CommandButton4_Click()
...
|
Forum: Outlook and VBA
June 18th 07, 07:38 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 1,248
Location of Published Forms
Yes, but since I'm limited to what I know, I couldn't figure out the
"targetFolder" part because when the form "IS Schedule Notification" opens,
the To: is completed with four different...
|
Forum: Outlook and VBA
June 18th 07, 06:55 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 1,248
Location of Published Forms
Hi Sue,
The form in question is an Appoinment form with a Message class of
"IPM.Appointment.IS Schedule Notification".
My original code is below and worked beautifully in Form Design when running...
|
Forum: Outlook and VBA
June 18th 07, 06:49 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 1,248
Location of Published Forms
I tried to figure out how to do this by looking up MessageClass, but all
variations of the code I wrote didn't work.
The form I open which has the command button is a Message Form and the
command...
|
Forum: Outlook and VBA
June 18th 07, 12:57 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 1,248
Location of Published Forms
With Outlook 2003 I have two published forms. My goal is to have a command
button on one form which uses VBA code to open the other published form.
My problem is I don't know what path to use to...
|
Forum: Outlook and VBA
June 14th 07, 03:10 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 10
Views: 1,482
|
Forum: Outlook and VBA
June 14th 07, 12:58 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 10
Views: 1,482
|
Forum: Outlook and VBA
June 13th 07, 03:45 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 10
Views: 1,482
|