How does one change the font name with VBA?

Joined
Jul 6, 2023
Messages
3
Reaction score
0
I'm using external software to execute this font change (AutoHotkey).

I had some help to achieve this in Microsoft Word. Here is part of the code I believe to be relevant for Office (Microsoft Word at least) :

oWord := ComObjActive("Word.Application") font := oWord.Selection.Font.Name oWord.Selection.Font.Name := "Segoe UI Symbol"

I assumed the operation would be similar in Outlook, but I'm not knowledgeable enough to know how to alter the code to make it work in Outlook. Perhaps I'm going about this all wrong?

Any help would be greatly appreciated. Cheers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top