K
Ken Cox [Microsoft MVP]
I'm trying to find a workaround to what seems to be a bug in Word 2002 VBA.
I can't set the RevisedLinesColor back to "by Author"
Sub SetOptions()
Options.RevisedLinesColor = wdByAuthor
End Sub
According to the documentation, wdByAuthor= -1 but that doesn't work either.
The best I can get is to provide a constant like 0 but that just sets it to
Custom.
Thanks,
Ken
I can't set the RevisedLinesColor back to "by Author"
Sub SetOptions()
Options.RevisedLinesColor = wdByAuthor
End Sub
According to the documentation, wdByAuthor= -1 but that doesn't work either.
The best I can get is to provide a constant like 0 but that just sets it to
Custom.
Thanks,
Ken