C
Cathy Hunter
I'm using Word 2002 (Office XP). I want to have the option of showing
revision bars only with no inline markup or balloons - or - selecting the
standard options from the menu, depending on which document I'm working on. I
found a helpful post where someone suggested running this macro to do the
revision bars only:
Options.DeletedTextMark = wdDeletedTextMarkHidden
Options.InsertedTextMark = wdInsertedTextMarkNone
Options.RevisedLinesMark = wdRevisedLinesMarkOutsideBorder
I created and ran the macro and it worked like a charm. Except it is now
applied to every document and I cannot find a way to go back to the default
settings/menu. I tried deleting the macro but that didn't work - it must have
saved these as global settings somewhere and they override the menu settings.
How can I remove this from global and make it a selectable thing?
revision bars only with no inline markup or balloons - or - selecting the
standard options from the menu, depending on which document I'm working on. I
found a helpful post where someone suggested running this macro to do the
revision bars only:
Options.DeletedTextMark = wdDeletedTextMarkHidden
Options.InsertedTextMark = wdInsertedTextMarkNone
Options.RevisedLinesMark = wdRevisedLinesMarkOutsideBorder
I created and ran the macro and it worked like a charm. Except it is now
applied to every document and I cannot find a way to go back to the default
settings/menu. I tried deleting the macro but that didn't work - it must have
saved these as global settings somewhere and they override the menu settings.
How can I remove this from global and make it a selectable thing?