Basic font help, Times New Roman, Bold
Im tying to change the font of my text to "Times New Roman", but get an error in my code every time I do. I am doing something like this
textbox.TextRange.CharacterAttributes.TextFont = "Times New Roman"
textbox.TextRange.CharacterAttributes.style = bold
textbox.TextRange.CharacterAttributes.fillcolot = black
textbox.TextRange.CharacterAttributes.style = italic
I know this is wrong but havent found help simple enough to explain how to do something so elementary. I have spent a very long time looking!
