cancel
Showing results for 
Search instead for 
Did you mean: 

Changing font in MS Word

AnthonyStarita
Level 3
Hi all,

I'm using the MS Word VBO 'Type Text' action to paste text into a customer confirmation letter that is then saved as a pdf and emailed to the customer.

At present the text is entered in Agenda font, which looks like it was written on a typewriter!  Is there a way I can change the font that is entered?

Does this require code changes?  If anybody has any guidance on this it would be much appreciated!

Thanks,

Anthony

------------------------------
Anthony Starita
Business Analyst
Pacific/Auckland
------------------------------
2 REPLIES 2

GopalBhaire
Level 10
Duplicate the Type Text action and change the inputs in start and code stage as follows29101.pngAnd change code to 
GetInstance(handle).Selection.Font.Name = font
GetInstance(handle).Selection.Font.Size = size​

Then you can use Type Text.



------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------

Many thanks Gopal.  That's worked a treat!


------------------------------
Anthony Starita
Business Analyst
Pacific/Auckland
------------------------------