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
Russ - 22 Jul 2007 08:54 GMT
I'm using MacWord 2004 and if I change the RevisedLinesColor manually in the
dialog, there never was an option for "by Author" There is "wdAuto" however.
> I'm trying to find a workaround to what seems to be a bug in Word 2002 VBA.
>
[quoted text clipped - 11 lines]
>
> Ken

Signature
Russ
drsmN0SPAMikleAThotmailD0Tcom.INVALID