Closed Thread
Results 1 to 2 of 2

need code to copy text from workbook and paste it in a new outlook message

  1. #1
    Registered User
    Join Date
    03-11-2009
    Location
    Kuala Lumpur
    MS-Off Ver
    Excel 2010
    Posts
    18

    need code to copy text from workbook and paste it in a new outlook message

    Hi,

    I've created a control button and assigned it a macro as per below to copy text.

    Sub COPY()
    '
    ' COPY Macro
    '

    '
    Range("B4:K23").Select
    Selection.COPY
    End Sub

    i need the functionality to extend this code.

    i want it to copy > open a new outlook message > paste the copied content in the body of the message.

    insert "[email protected]" in the TO field, "[email protected]" in the CC field & "This is a test message" in the subject field.

    Is this possible?

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: need code to copy text from workbook and paste it in a new outlook message

    Please read the forum rules, post your question in the Programming forum, and use code tags.
    Entia non sunt multiplicanda sine necessitate

Closed Thread

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