-
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
-
Re: Add Line Space To Body Text In Mailto Hyperlink
[vba]mailto
yz@x.x?subject=SubjectTest&Body=bodytest%0d%0anew line [/vba]
Cheers
Andy
-
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.
-
Re: Add Line Space To Body Text In Mailto Hyperlink
You missed the a
%0d = char(13) = Carriage_Return
%0a = char(10) = Line_Feed
[vba]mailto
yz@x.x?subject=SubjectTest&Body=bodytest%0d%0anew line[/vba]
Cheers
Andy
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Possible Answers
-
By Dave Hawley in forum Office 2007 Migration and Application Compatibility
Replies: 0
Last Post: April 20th, 2009, 12:40
-
By liiv17 in forum EXCEL HELP
Replies: 12
Last Post: February 10th, 2007, 06:38
-
By mjschukas in forum Excel and/or Email Help
Replies: 12
Last Post: December 30th, 2004, 14:09
-
By Dan Partain in forum Excel and/or Email Help
Replies: 4
Last Post: November 8th, 2004, 18:36
-
By Egad in forum Excel and/or Email Help
Replies: 3
Last Post: May 7th, 2003, 03:31
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Bookmarks