Changing Type Face

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know how to call up type face settings in VBA? I included a
sample line of code that is part of an automation process that emails a
recipeint. the way it is now, it generates default type face. I want to be
able to bold characters, change font, etc. I found some code, but haven't
been successful.

strBody = strBody & "I want this text to be Times Roman, Bold, and
underlined" & vbCr
 
Back
Top