2timesbingo
12-27-2017, 05:51 AM
Hello!
I am pretty new to VBA and I was wondering if anybody could help me.
Following the quote "if you do something twice, automate it" I want to create a macro that automates the process of sending mass e-mails, but the issue I am encountering is the following:
I have a OFT Outlook template and I need to replace and add text. Simplified example (real e-mail is quite longer):
Dear "NAME CUSTOMER"
thank you for your booking.
(in case they have not finished the registration, the follwing text with link shall appear)
>> Please follow the link to finalize the registration<<
Best regards,
2TimesBingo
I would have every Value (Customers Name, his e-mail, Registration completed? Yes - No, etc.) in a excel sheet...
But, how do I connect the excel sheet cell "Name" with the e-mail template "NAME CUSTOMER" and the link?
Thank you in advance.
I am pretty new to VBA and I was wondering if anybody could help me.
Following the quote "if you do something twice, automate it" I want to create a macro that automates the process of sending mass e-mails, but the issue I am encountering is the following:
I have a OFT Outlook template and I need to replace and add text. Simplified example (real e-mail is quite longer):
Dear "NAME CUSTOMER"
thank you for your booking.
(in case they have not finished the registration, the follwing text with link shall appear)
>> Please follow the link to finalize the registration<<
Best regards,
2TimesBingo
I would have every Value (Customers Name, his e-mail, Registration completed? Yes - No, etc.) in a excel sheet...
But, how do I connect the excel sheet cell "Name" with the e-mail template "NAME CUSTOMER" and the link?
Thank you in advance.