+ Reply to Thread
Results 1 to 5 of 5

Can?t send long text from Excel via Outlook

  1. #1
    Registered User
    Join Date
    12-12-2022
    Location
    Europe
    MS-Off Ver
    Excel? f?r Microsoft 365 MSO
    Posts
    3

    Question Can?t send long text from Excel via Outlook

    Hi all,
    I would like to send text from Excel via Outlook
    It is 189 words and 1243 symbols with a small picture.
    But I can not. I can send only a short text. This is my send string: =HYPERLINK("mailto:"&E38&"?subject=Test&body="&$B$53;"Senden")
    Maybe somebody can help me, please and explain what I should do to send 189 words with small pics
    Thanks in advance.

  2. #2
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,014

    Re: Can?t send long text from Excel via Outlook

    This is one of many methods.

    The following allows you to edit this section of code, to specify what portion/s of the sheet range you want pasted into the email body:

    Sheets("Sheet1").Range("Q2:Y4") = Sheets("Sheet1").Range("B18:F20").Value
    Sheets("Sheet1").Range("Q7:V18") = Sheets("Sheet1").Range("B2:G13").Value

    Sheets("Sheet1").Range("B2:G13").Copy
    Sheets("Sheet1").Range("Q7:V18").PasteSpecial Paste:=xlPasteFormats


    ENTIRE CODE :


    Please Login or Register  to view this content.
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    12-12-2022
    Location
    Europe
    MS-Off Ver
    Excel? f?r Microsoft 365 MSO
    Posts
    3

    Re: Can?t send long text from Excel via Outlook

    Thanks a lot,
    I will have a look.
    For me it is Intrresting to know if it is possible to do this without programming?
    Why it does not send it at my case.

  4. #4
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,014

    Re: Can?t send long text from Excel via Outlook

    If you want the email to auto send prior to reviewing .... change the following lines of code :

    Please Login or Register  to view this content.

    Comment out Display like this : '.Display

    Then Uncomment Send like this : .Send

  5. #5
    Registered User
    Join Date
    12-12-2022
    Location
    Europe
    MS-Off Ver
    Excel? f?r Microsoft 365 MSO
    Posts
    3

    Re: Can?t send long text from Excel via Outlook

    Thanks, a lot for your help. I think it is misunderstanding.
    I open an Excel file, and I press at send at the excel cell( =HYPERLINK("mailto:"&E38&"?subject=Test&body="&$B$53;"Senden") ) and the outlook will be opened.
    And after, I press at outlook send button.
    It means two applications: 1 Excel and after is 2Outlook.
    Maybe somebody knows what I have to correct to send longer text. Thanks
    Attachment 809167Attachment 809168

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 10-20-2022, 10:44 AM
  2. Send data from outlook to excel
    By YOUSSEFam in forum Outlook Formatting & Functions
    Replies: 0
    Last Post: 02-03-2021, 05:03 PM
  3. [SOLVED] VBA code to send Outlook email with HTML text no longer working
    By Twaddy006 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-04-2016, 01:53 PM
  4. VBA to Send Email From Excel Using Outlook
    By jar002 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-24-2014, 10:08 AM
  5. Using Excel vba to send hyperLinks in the body text of an Outlook email using a checkbox
    By PatrickASnyder in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-29-2013, 04:13 PM
  6. Send Plain Text Email in Outlook
    By Trav01 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-03-2012, 12:59 AM
  7. Send a fax from within excel via outlook!
    By NSKearns in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-15-2006, 10:20 AM

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