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

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -