View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JMay JMay is offline
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,