RevisedLinesColor in Word 2002

  • Thread starter Ken Cox [Microsoft MVP]
  • Start date
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
 
R

Russ

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top