#1   Report Post  
Starr
 
Posts: n/a
Default Wavy Underlines

I am looking for a way to change the color of the wavy underlines that Word
uses with grammer check. I'm using Word 2000.
  #2   Report Post  
Jay Freedman
 
Posts: n/a
Default

On Mon, 31 Jan 2005 18:07:01 -0800, "Starr"
wrote:

I am looking for a way to change the color of the wavy underlines that Word
uses with grammer check. I'm using Word 2000.


Word doesn't offer any way to customize that color. The nearest you
can do is to run a macro that sets another colored underline on the
sentence containing the grammar error. This will usually be more text
than the standard grammar check underlines.

This is the macro (change the "wdColorViolet" to a color of your
choice):

Sub ColorGrammarErrors()
Dim oGrm As Range
For Each oGrm In ActiveDocument.Range.GrammaticalErrors
oGrm.Underline = wdUnderlineWavy
oGrm.Font.UnderlineColor = wdColorViolet
Next oGrm
End Sub

See http://www.gmayor.com/installing_macro.htm if necessary.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
  #3   Report Post  
Suzanne S. Barnhill
 
Posts: n/a
Default

The RegOptions macro in the Support.dot template for Word 2002 does allow
you to change the underline color for both spelling and grammar. Presumably
these same Registry keys can be edited manually in Word 2000?

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Jay Freedman" wrote in message
news
On Mon, 31 Jan 2005 18:07:01 -0800, "Starr"
wrote:

I am looking for a way to change the color of the wavy underlines that

Word
uses with grammer check. I'm using Word 2000.


Word doesn't offer any way to customize that color. The nearest you
can do is to run a macro that sets another colored underline on the
sentence containing the grammar error. This will usually be more text
than the standard grammar check underlines.

This is the macro (change the "wdColorViolet" to a color of your
choice):

Sub ColorGrammarErrors()
Dim oGrm As Range
For Each oGrm In ActiveDocument.Range.GrammaticalErrors
oGrm.Underline = wdUnderlineWavy
oGrm.Font.UnderlineColor = wdColorViolet
Next oGrm
End Sub

See http://www.gmayor.com/installing_macro.htm if necessary.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org


Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Printing a document with grammer and spelling error wavy lines? GulfCoast_Guy Microsoft Word Help 1 December 17th 04 06:06 PM


All times are GMT +1. The time now is 11:53 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"