TassadarExcel
New Member
- Joined
- Nov 22, 2017
- Messages
- 12
Hi all,
I have an excel sheet that performs some automatic tasks, one of them is creating a string that contains a HTML formatted text that contains the body of an email and then sending it via email.
I'd like to have the possibility of showing the formatted result of the email body generated before sending it, this is possible using "Microsoft Webbrowswer". But my problem is I want to go further, I want not only be able to show the formatted HTML, but also edit it and make changes when needed.
I need the procedure to be:
1.- Program creates the string with the body of the email into a string variable.
2.- Program opens a form and show the content formatted in HTML in some kind of textbox (like "Microsoft Webbrowswer" does) but having the possibility to edit this text and have some simple controls to set bold, underline, font size, text color and highlight text. No need to create tables, links, insert images, icons....
I mean, something like what I have just now writing this post, but even more simple:
3.- When user press Accept button on the form, the modified email body once edited by the user overwrites the original HTML content in the string variable, so when the email is sent program send with the changes user has made.
Anyone can help me with this?
Many thanks and regards in advance
I have an excel sheet that performs some automatic tasks, one of them is creating a string that contains a HTML formatted text that contains the body of an email and then sending it via email.
I'd like to have the possibility of showing the formatted result of the email body generated before sending it, this is possible using "Microsoft Webbrowswer". But my problem is I want to go further, I want not only be able to show the formatted HTML, but also edit it and make changes when needed.
I need the procedure to be:
1.- Program creates the string with the body of the email into a string variable.
2.- Program opens a form and show the content formatted in HTML in some kind of textbox (like "Microsoft Webbrowswer" does) but having the possibility to edit this text and have some simple controls to set bold, underline, font size, text color and highlight text. No need to create tables, links, insert images, icons....
I mean, something like what I have just now writing this post, but even more simple:
3.- When user press Accept button on the form, the modified email body once edited by the user overwrites the original HTML content in the string variable, so when the email is sent program send with the changes user has made.
Anyone can help me with this?
Many thanks and regards in advance
Last edited: