+ Reply to Thread
Results 1 to 2 of 2

Excel Macro Email functionality (macro) help

Hybrid View

  1. #1
    Registered User
    Join Date
    05-16-2011
    Location
    Toronto, ON
    MS-Off Ver
    Excel 2007
    Posts
    16

    Red face Excel Macro Email functionality (macro) help

    If (ActiveSheet.ComboBox1.Value = "YES") Then
                    Range("K13").Select
                    iRow = "RUSH - Corporate Vendor Request - " & ActiveCell & " - " & ComboBox2.Value
                    ActiveWorkbook.SendMail Recipients:="---@---.com", Subject:=iRow
                    MsgBox "Vendor Request email sent to vendor.management@---.com!", vbInformation, "Email Sent"

    Hi all!

    I've got the above code. However, the code is automated and it sends email to the specified email address. What I want is, the composed message to appear (or displayed) and the user is to send the email (by manually pressing the send-button)

    I've checked this thread out but I do not know how to make the email to display on screen.

    http://www.excelforum.com/excel-prog...-not-send.html

    Any help is much appreciated!

    Thanks!

  2. #2
    Registered User
    Join Date
    05-16-2011
    Location
    Toronto, ON
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Excel Macro Email functionality (macro) help

    Any help on this please?

    Thanks!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1