Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 468
Default Expanding =HYPERLINK() functionality in include BODY

This is working fine:

=HYPERLINK("mailto:" & C35 & "?subject=" & $A$1,A35)

But can I ADD-ON a reference to the "?body="

where in Cell $A$2 = "This is data to pass into my email body"

Thanks,

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Expanding =HYPERLINK() functionality in include BODY

Try:

=HYPERLINK("mailto:"&C35&"?subject="&$A$1&"&body=" &$a$2,A35)



JMay wrote:

This is working fine:

=HYPERLINK("mailto:" & C35 & "?subject=" & $A$1,A35)

But can I ADD-ON a reference to the "?body="

where in Cell $A$2 = "This is data to pass into my email body"

Thanks,


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 468
Default Expanding =HYPERLINK() functionality in include BODY

Thanks Dave; I was trying to use the "?" before the "body" - thatis ?body="
thinking it was necessary as it is in ?subject="

"Dave Peterson" wrote:

Try:

=HYPERLINK("mailto:"&C35&"?subject="&$A$1&"&body=" &$a$2,A35)



JMay wrote:

This is working fine:

=HYPERLINK("mailto:" & C35 & "?subject=" & $A$1,A35)

But can I ADD-ON a reference to the "?body="

where in Cell $A$2 = "This is data to pass into my email body"

Thanks,


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hyperlink in body of VBA email Chadersmith Excel Discussion (Misc queries) 1 September 17th 09 07:46 PM
How to include Excel charts in Outlook email *body* with VB Chrisso Excel Programming 7 July 29th 08 04:05 PM
Expanding a data table to include an extra row HRobinson Excel Discussion (Misc queries) 1 July 7th 08 09:20 AM
Expanding VBA to include more than one column Ken[_2_] Excel Programming 2 October 3rd 07 12:12 AM
Expanding the F9 functionality [email protected] Excel Programming 1 March 30th 06 09:06 AM


All times are GMT +1. The time now is 12:49 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"