Selection.BoldRun method (Word)
Adds the bold character format to or removes it from the current run.
Important
This method has changed. Using VBA Selection commands like Selection.BoldRun
on user selection with Comments no longer applies bold formatting on user-selected text or Selection.TypeTxt
command or on user selection with Comments no longer inserts text.
Syntax
expression. BoldRun
expression Required. A variable that represents a Selection object.
Remarks
If the run contains a mix of bold and non-bold text, this method adds the bold character format to the entire run.
Example
This example toggles the bold formatting for the current selection.
Selection.BoldRun
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.