View Single Post
 
Old 02-27-2019, 11:53 AM
kilroy kilroy is offline Windows 10 Office 2016
Competent Performer
 
Join Date: Sep 2016
Location: Southern Ontario
Posts: 122
kilroy is on a distinguished road
Default

I don't know what your macro is but this macro works for me.

Code:
Sub calibrifont1()
ActiveDocument.range.Font.Name = "Calibri"
ActiveDocument.range.Font.Size = 12.5
lbl_Exit:
Exit Sub
End Sub
Reply With Quote