Results 1 to 10 of 13

Thread: Send Outlook Mail With Signature, Range From Excel and Multiple Email IDs

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,401
    Rep Power
    10
    Not sure why I kept the line like that, but it should be

    Code:
    'Should we display the message before sending?
            If blnShowEmailBodyWithoutSending Then
                .Display
            Else
                .Save
                .Send
            End If
    And blnShowEmailBodyWithoutSending should be FALSE
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

  2. #2
    Junior Member
    Join Date
    Nov 2013
    Posts
    7
    Rep Power
    0
    Quote Originally Posted by Excel Fox View Post
    Not sure why I kept the line like that, but it should be

    ...

    And blnShowEmailBodyWithoutSending should be FALSE
    Yes, this is exactly what I thought as a solution, but it still shows the message and I have to click on send manually. So in theory it should be working but unfortunately it is not. If you do these modification in your computer does it work? Just to know if something wrong with my system because the code semms completely correct for me.

    Thanks for investigating the problem!





    https://www.youtube.com/channel/UCnxwq2aGJRbjOo_MO54oaHA
    Last edited by DocAElstein; 06-11-2023 at 03:33 PM.

  3. #3
    Junior Member
    Join Date
    Nov 2013
    Posts
    7
    Rep Power
    0
    I came up with a not so sophisticated solution:
    defined the variable as a boolean but not optional, and then gave the False value for it.

Similar Threads

  1. Replies: 5
    Last Post: 06-11-2013, 08:15 PM
  2. Replies: 2
    Last Post: 05-23-2013, 08:08 AM
  3. Automatically send Birthday E-Mail in Outlook
    By s.ajay88 in forum Outlook Help
    Replies: 2
    Last Post: 03-12-2013, 06:28 PM
  4. Outlook Send Mail With Multiple Recipient and CC
    By noobtron in forum Excel Help
    Replies: 2
    Last Post: 10-31-2012, 07:14 PM
  5. Replies: 3
    Last Post: 02-20-2012, 12:54 AM

Tags for this Thread

Posting Permissions

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