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 53
Search took 0.08 seconds.
Search: Posts made by: LDMueller
Forum: Outlook and VBA May 20th 10, 04:04 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 1,812
Posted By LDMueller
Forward Email and Insert Sender's Email address in body

Sorry about the duplicate post. When I went back to check the status and
didn't see the orginal one, I thought perhaps I didn't post it properly.

I tried your suggestion and it worked except my...
Forum: Outlook and VBA May 20th 10, 02:47 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 1,812
Posted By LDMueller
Forward Email and Insert Sender's Email address in body

With the help of this awesome site, I've created the following code. The
only part which I can't figure out is how to insert the email address of the
sender in the
"Senders Email Address Here"...
Forum: Outlook and VBA May 20th 10, 01:21 PM Posted to microsoft.public.outlook.program_vba
Replies: 0
Views: 1,568
Posted By LDMueller
Forward Email to include Senders email address in the body

With the help of what I've found at this wonderful site I created the
following code which works well.

The only part I'm missing which I can't seem to figure out is how I can
include the email...
Forum: Outlook - Using Forms July 29th 09, 12:45 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 463
Posted By LDMueller
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
Posted By LDMueller
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
Posted By LDMueller
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
Posted By LDMueller
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
Posted By LDMueller
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
Posted By LDMueller
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
Posted By LDMueller
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
Posted By LDMueller
Name Autocompleting with Correct Name - Wrong Initials

We had a contact in the Global Contacts List by the name of Paula F. Daniels
with the initials of PFD. Paula got married and her new name is Paula F.
Simpson with the initials of PFS. Although...
Forum: Outlook - Using Forms July 11th 07, 01:10 AM Posted to microsoft.public.outlook.program_forms
Replies: 5
Views: 488
Posted By LDMueller
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
Posted By LDMueller
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
Posted By LDMueller
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
Posted By LDMueller
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
Posted By LDMueller
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
Posted By LDMueller
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
Posted By LDMueller
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
Posted By LDMueller
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
Posted By LDMueller
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
Posted By LDMueller
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
Posted By LDMueller
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
Posted By LDMueller
VBA Code on Message form to take me to Appointment form

Absolutely no problem at all. I don't know what I would do without your
guidance.

Thank you Sue!

"Sue Mosher [MVP-Outlook]" wrote:

Sorry about the shortage of parentheses! I'm glad you got it...
Forum: Outlook and VBA June 14th 07, 12:58 PM Posted to microsoft.public.outlook.program_vba
Replies: 10
Views: 1,482
Posted By LDMueller
VBA Code on Message form to take me to Appointment form

Hi Sue,

Once I added a couple of parenthesis , the code was perfect and exactly what
I needed.

dte = FormatDateTime(Item.UserProperties("Laptop Needed Date)", vbShortDate)
tme =...
Forum: Outlook and VBA June 13th 07, 03:45 PM Posted to microsoft.public.outlook.program_vba
Replies: 10
Views: 1,482
Posted By LDMueller
VBA Code on Message form to take me to Appointment form

Okay, I tried to go through all this, but some is a little over my head.
Based on your information (which was very helpful I might add), I have gotten
some code which is working, but I have one...
Showing results 1 to 25 of 53

 
Forum Jump

All times are GMT +1. The time now is 06:19 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.