Ozgrid Excel Help Forums & Excel Best Practices


XL Templates | XL Add-ins | XL Training | XL Estimating | XL Scheduling | XL Recovery | XL Trading | XL Financial | XL Conversion | XL Charting


<
+ Reply to Thread
Results 1 to 4 of 4

Thread: Add Line Space To Body Text In Mailto Hyperlink

  1. #1
    Join Date
    27th September 2006
    Posts
    9

    Add Line Space To Body Text In Mailto Hyperlink

    Hi

    I'm trying to add bodytext to a mailto hyperlink in excel, I've managed to do it with &body= in the subject line, but I need to add a line space. any ideas how I do this?

    Thanks

  2. #2
    Join Date
    7th March 2003
    Location
    Essex, England
    Posts
    11,319

    Re: Add Line Space To Body Text In Mailto Hyperlink

    [vba]mailtoyz@x.x?subject=SubjectTest&Body=bodytest%0d%0anew line [/vba]

    Cheers
    Andy


  3. #3
    Join Date
    27th September 2006
    Posts
    9

    Re: Add Line Space To Body Text In Mailto Hyperlink

    I've just tried that but it hasnt worked... let me just make sure I done it right,
    i put [VBA]%0d%0 [/VBA] at the end of the first line and then continued to type the second line.

  4. #4
    Join Date
    7th March 2003
    Location
    Essex, England
    Posts
    11,319

    Re: Add Line Space To Body Text In Mailto Hyperlink


    Create Excel dashboards quickly with Plug-N-Play reports.
    You missed the a

    %0d = char(13) = Carriage_Return
    %0a = char(10) = Line_Feed

    [vba]mailtoyz@x.x?subject=SubjectTest&Body=bodytest%0d%0anew line[/vba]

    Cheers
    Andy


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

Possible Answers

  1. Email HyperLink or MailTo HyperLink in Outlook 2007 Email Body
    By Dave Hawley in forum Office 2007 Migration and Application Compatibility
    Replies: 0
    Last Post: April 20th, 2009, 12:40
  2. Remove All Text Left Of Space And The Space
    By liiv17 in forum EXCEL HELP
    Replies: 12
    Last Post: February 10th, 2007, 06:38
  3. email with a hyperlink in the body...
    By mjschukas in forum Excel and/or Email Help
    Replies: 12
    Last Post: December 30th, 2004, 14:09
  4. HYPERLINK=mailto: - getting info from cells
    By Dan Partain in forum Excel and/or Email Help
    Replies: 4
    Last Post: November 8th, 2004, 18:36
  5. hyperlink message body
    By Egad in forum Excel and/or Email Help
    Replies: 3
    Last Post: May 7th, 2003, 03:31

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