Bold Property Example
This example sets characters one through five in the title on slide one to bold.
Set myT = Application.ActivePresentation.Slides(1).Shapes.Title myT.TextFrame.TextRange.Characters(1, 5).Font.Bold = True