![]() |
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
|
|||
|
|||
![]()
Hello all,
I am trying to create a macro for Outlook 2003 that will open a new message, populate the From Field, populate the Subject field (these never change), and then populate the body of the email (which also never changes). I am very new to this. My goal is to steamline the process down to "click a button, get a populated email". I have the first part: Dim olkMsg As Outlook.MailItem Set olkMsg = Application.CreateItem(olMailItem) olkMsg.SentOnBehalfOfName = "Email address" olkMsg.Subject = "My Subject" olkMsg.Display And the message: Selection.TypeText Text:="Good morning," Selection.TypeParagraph Selection.TypeParagraph .... and so on When I run the macro, the first part executes fine. I run into problems with the body of the email, because I keep getting the following error: Run-time error '424': Object Required What object should come between the first part of my macro and the text? Thank you! Last edited by AndreaP : August 14th 09 at 04:01 PM. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Macro: Create New Message and Auto populate To Field | geosptial | Outlook and VBA | 5 | August 14th 09 02:04 PM |
Populate Message area with text from access database | LenJr | Outlook - Using Forms | 1 | August 4th 08 02:09 PM |
Macro to populate contact fields no longer working | RitaP | Outlook and VBA | 2 | February 27th 07 06:45 PM |
Outlook Macro to Modify Subject and Send Message | jaysonsch | Outlook and VBA | 4 | September 27th 06 05:48 AM |
New message To, CC, BCC and Subject fields don't accept 'delete' | [email protected] | Outlook - General Queries | 3 | May 25th 06 07:34 PM |