vba - Set font size of text -


i send text outlook email shows in font size 10.

i have set @ 11 rest of email. signature set 11 well.

i using this.

ebody_tekst = "<font face= calibri size= 11px color=#000000>" & _ 

but still text show @ fontsize 10.

probably may want try this:

<body style=font-size:11pt;font-family:calibri>text</body> 

Comments

Popular posts from this blog

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -