Changing font in MS Word
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-03-20 10:27 PM
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
------------------------------
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-03-20 04:44 AM
Duplicate the Type Text action and change the inputs in start and code stage as follows
And 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
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-03-20 09:21 PM
Many thanks Gopal. That's worked a treat!
------------------------------
Anthony Starita
Business Analyst
Pacific/Auckland
------------------------------
------------------------------
Anthony Starita
Business Analyst
Pacific/Auckland
------------------------------
