filmov
tv
How to send a formatted email from excel using vba code

Показать описание
In this video, you are going to learn how to send a formatted email from Excel by using HTML tags or Excel Range of Cells.
Below are some of the HTML tags that you can use in your email:
Font Face | Font Size | Font Color | B for bold font | U for underline text | I for italic style
To add an image to your email, you can use the following code.
Img Src="image full path" width=" width size" hight = "hight size"
For more HTML Tags, you can google it.
Thanks for watching
Below are some of the HTML tags that you can use in your email:
Font Face | Font Size | Font Color | B for bold font | U for underline text | I for italic style
To add an image to your email, you can use the following code.
Img Src="image full path" width=" width size" hight = "hight size"
For more HTML Tags, you can google it.
Thanks for watching