I have a button that will check to verify that a set of styles are not assigned to the text and then assigns the Style Bold (macro: AssignStyleBold).
If RetiredRequirementCheck() = False Then
Selection.Style = ActiveDocument.Styles(“bold”)
How do I get the button to toggle? The best I’ve been able to do is create a separate button that returns the normal font. – Jody