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
Post a Comment