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 » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Base Email



 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old June 16th 09, 03:10 PM
rfhall50 rfhall50 is offline
Junior Member
 
First recorded activity at Outlookbanter: Jun 2009
Posts: 2
Default Base Email

I have an email that I send often, just with some variable information. I would like to have a macro that creates the base information, then leaves the email open for me to change the variable parts. I tried using the basic vba formats then commenting out the .SEND to hopefully leave the email unsent - No Luck. Any ideas how I can leave it partly filled in, but unsent ?

Thanks. The code I used is shown below.

Bob
Code:
Sub Badge()
    Set OutProg = CreateObject("outlook.application")
    Set OutM = OutProg.CreateItem(OlItemType.olMailItem)
    With OutM
        .Subject = "Just testing."
        .To = "
        .Body = "Here we go"
Rem   .Send
    End With
End Sub
 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Base input JeffinLittleton Outlook - Using Contacts 1 March 25th 09 11:25 PM
reset or revert Outlook autocomplete email address data base [email protected] Outlook - Using Contacts 3 October 24th 07 04:01 AM
Enable access to Contacts d/base when typeing address in an email Peeyush Gupta Outlook - Using Contacts 1 March 1st 07 10:06 AM
Outlook installed base Frank S Outlook - General Queries 3 January 31st 07 05:53 PM
OE 6 Data Base Q nick Outlook Express 1 December 31st 06 02:57 AM


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