Results 1 to 3 of 3

2nd body in e-mail

Threaded View

  1. #1
    Valued Forum Contributor Macdave_19's Avatar
    Join Date
    03-14-2007
    Location
    Birmingham, England
    MS-Off Ver
    12.0
    Posts
    808

    2nd body in e-mail

    Hi all just wondering how i can add a second body in an e-mail sent via excel?

    Here's the code:

    With MailSelection
                    .to = EmailAddress
                    .Subject = Subject
                    .Body = "PLEASE ENTER DATE"
                    .display
                        SendKeys "^{END}", True
                        SendKeys "^({v})", True
                        
                    'want a second line of text here :)
                    
                    ThisWorkbook.Sheets("Weekly").Range("K5:R19").Copy
                        SendKeys "^{END}", True
                        SendKeys "^({v})", True
                        
                End With
    thanks for reading and i hope you can help
    Last edited by Macdave_19; 10-23-2008 at 07:37 AM.
    Mr MaGoo
    Magoo.Inc MMVII

    If i've helped please add to my Rep by Clicking on the Blue Scales in the top right hand corner of the post

Thread Information

Users Browsing this Thread

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

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