I'm trying attach excel sheet in email and to add dynamic cells in the email subject and body that can be changed everytime based on the selected row but i can't find such a way yet even with vba
you can find my question here
www.mrexcel.com
So, alternatively I tried to create a hyperlink function in front of each row of the table to send email based on the row data and to attach the file manually but I'm facing some troubles with the hyberlink function
=HYPERLINK("mailto:"&$R$9&"?subject="&$R$8&" "&"("&B8&")"&"&cc="&$R$10&"&body="&$R$11&" "&"("&B8&")"&" وذلك خلال الفترة من "&" "&"("&J8&")"&"وحتى"&" "&"("&J8&")"&M8&"%0Aبرجاء طباعة العضوية حسب الكسشف المرسل"&"&R12,"Email")
1- in the email body the dates in the table are shown as text number even after making sure that cells "J8 & K8" in the table are formatted as short date
2- when I try to add a long text to the function string more than the words you can see I get error
2- I tried to refer to a cell instead of adding text to the function itself which is better for me but I'm stuck with one last part (&"&R12 marked in red)
3- I don't have any idea how to add my email signature to the email body
if you have any suggestion will be much appreciated
you can find my question here

How to Send excel sheet with email including dynamic cells in subject and body text
I have an excel sheet with a table containing all the members subscriptions details. And every time a member renews his subscription, I need to send email with his membership details to all the team I had for info. and to print him a new ID. I had a code in other sheet to send the sheet but I...
So, alternatively I tried to create a hyperlink function in front of each row of the table to send email based on the row data and to attach the file manually but I'm facing some troubles with the hyberlink function
=HYPERLINK("mailto:"&$R$9&"?subject="&$R$8&" "&"("&B8&")"&"&cc="&$R$10&"&body="&$R$11&" "&"("&B8&")"&" وذلك خلال الفترة من "&" "&"("&J8&")"&"وحتى"&" "&"("&J8&")"&M8&"%0Aبرجاء طباعة العضوية حسب الكسشف المرسل"&"&R12,"Email")
1- in the email body the dates in the table are shown as text number even after making sure that cells "J8 & K8" in the table are formatted as short date
2- when I try to add a long text to the function string more than the words you can see I get error
2- I tried to refer to a cell instead of adding text to the function itself which is better for me but I'm stuck with one last part (&"&R12 marked in red)
3- I don't have any idea how to add my email signature to the email body
if you have any suggestion will be much appreciated