alexpgp: (St. Jerome w/ computer)
When a document is displayed in revision mode, it is sometimes difficult to make sense of what the final result is supposed to look like, because either you can't tell if a character has been struck through (my preference) or because the revisor was in a playful mood or suffers under the delusion that the computer can generate only a limited number of letters and thus, new text must reuse as many previous letters as possible (even if the resulting revised text cannot be read without suppressing what has been deleted).

And thus, the first of my "reconstituted" macros, what amounts to a one-liner that toggles the DeletedTextMark option:
Sub ToggleRevModeDisplay()
'
If Options.DeletedTextMark = wdDeletedTextMarkHidden Then
    Options.DeletedTextMark = wdDeletedTextMarkStrikeThrough
    Else
    Options.DeletedTextMark = wdDeletedTextMarkHidden
End If
End Sub
Cheers...

Profile

alexpgp: (Default)
alexpgp

January 2018

S M T W T F S
  1 2 3456
7 8910111213
14 15 16 17181920
21222324252627
28293031   

Syndicate

RSS Atom

Most Popular Tags

Page Summary

Style Credit

Expand Cut Tags

No cut tags
Page generated Jun. 27th, 2025 05:00 am
Powered by Dreamwidth Studios