Mahir Yagimli
Member
Hello Everyone,
I have posted a question before, which Narrayan answered masterfully.
Here I am again trying to solve a problem which exceeds my simple vba knowledge.
I tried to create Hyperlinks for a given list of E-mails with prepared Body, CC, Subject and Attachment. I thought to put this in a do while loop, but somehow I got stucked.
The Idea here is to put a hyperlink beside every e-mail adress with the text E-mail
Here is a link, which is explaining a formular:
http://datapigtechnologies.com/blog/index.php/emailing-from-excel-using-the-hyperlink-function/
I recorded a macro to see how it is done in vba, but the problem is to make it dynamic.
Code=vb:
ActiveSheet.Hyperlinks.Add anchor:=Selection, Address:= _
"mailto:solveproblem@chandooforum.com?cc:bigbrotheris@watchingyou&subject=a%20b%20c", _
TextToDisplay:="send e-mail"
This is how VBA record it. If I try to write the cellname or activecell it is not working even as formula.
I tried to write a public function, but it is........ just not working.
Can someone please give me some hints, what I can do? Where I can get more informations.
I'd be very thankful for your help.
My best regards
I have posted a question before, which Narrayan answered masterfully.
Here I am again trying to solve a problem which exceeds my simple vba knowledge.
I tried to create Hyperlinks for a given list of E-mails with prepared Body, CC, Subject and Attachment. I thought to put this in a do while loop, but somehow I got stucked.
The Idea here is to put a hyperlink beside every e-mail adress with the text E-mail
Here is a link, which is explaining a formular:
http://datapigtechnologies.com/blog/index.php/emailing-from-excel-using-the-hyperlink-function/
I recorded a macro to see how it is done in vba, but the problem is to make it dynamic.
Code=vb:
ActiveSheet.Hyperlinks.Add anchor:=Selection, Address:= _
"mailto:solveproblem@chandooforum.com?cc:bigbrotheris@watchingyou&subject=a%20b%20c", _
TextToDisplay:="send e-mail"
This is how VBA record it. If I try to write the cellname or activecell it is not working even as formula.
I tried to write a public function, but it is........ just not working.
Can someone please give me some hints, what I can do? Where I can get more informations.
I'd be very thankful for your help.
My best regards