B
Brad
I set up a bookmark labelled "PenalityFree" and run the macro below and it
works except the bookmark name "PenalityFree" gets erased somehow. Any
suggestions? The information in "PenalityFee" will either be 0, 10, 20, or
100.
Sub HideAndChangeDocument()
' ActiveDocument.Range.Sentences(9).Font.Hidden = False
ActiveDocument.Bookmarks("Test1").Range.Font.Hidden = False
ActiveDocument.Bookmarks("PenalityFree").Range.Characters = 20
End Sub
works except the bookmark name "PenalityFree" gets erased somehow. Any
suggestions? The information in "PenalityFee" will either be 0, 10, 20, or
100.
Sub HideAndChangeDocument()
' ActiveDocument.Range.Sentences(9).Font.Hidden = False
ActiveDocument.Bookmarks("Test1").Range.Font.Hidden = False
ActiveDocument.Bookmarks("PenalityFree").Range.Characters = 20
End Sub