Change default font for table of figures in word mac

broken image
broken image

This method can be used with any word or phrase stored in a variable. This example creates appointments for the selected contact(s), adds their name and address to the appointment body then changes the font used for their name and address to 14 point bold. If objDoc.ProtectionType = WdProtectionType.wdAllowOnlyReading Then objDoc.UnProtect You need to set a reference to the Word object model in the VB Editor's Tools > References menu. This macro selects the opened message and changes the entire message to use a uniform font size (12pt in my example) and saves the change. If objInsp.EditorType = olEditorWord Then

broken image

Select a block of text while composing a message and run the macro. To use, open the VBA Editor (Alt+F11) and paste the code into a module.

broken image

I tested this macro in Outlook 2010 and Outlook 2013 it should also work in Outlook 2007. See How to use Outlook’s VBA Editor for help using the editor, setting security levels, and signing macros.