Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.pagelayout
Joe Joe is offline
external usenet poster
 
Posts: 92
Default Print with wavy underlines

How can I print a Word document with wavy underlines of spelling and grammar?

Thank you.
Joe
  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Print with wavy underlines

There isn't any provision in Word for doing this; the best you can do is
take a screen shot and print that. You can get a very simple screen shot of
the entire window using Alt+PrintScreen, which copies the image to the
Clipboard, whence you can paste it into a new document. For more
sophisticated screen captures (including scrolling windows) I recommend
SnagIt (www.techsmith.com).

--
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.

"Joe" wrote in message
...
How can I print a Word document with wavy underlines of spelling and

grammar?

Thank you.
Joe


  #3   Report Post  
Posted to microsoft.public.word.pagelayout
Joe Joe is offline
external usenet poster
 
Posts: 92
Default Print with wavy underlines

Dear Suzanne and All,

Thank you for your answer and attention but I've found solution in Google
Groups. These short macros maybe will useful to someone in the futu

Sub MarkSpErrors()

Set MyError = ActiveDocument.SpellingErrors

For Each oError In MyError
With oError.Font
.Color = wdColorRed
.Underline = True
.Underline = wdUnderlineWavy
End With

Next oError

End Sub

Unfortunately it dosn't work with green marks only reds.
Another macro (I modified this) work with both but mark full sentence witch
contain a green wavy underline :

Sub TagSpellingSPerrors()

Dim oSPerror
Dim SPerrors
Dim oGRerror
Dim GRerrors

Set SPerrors = ActiveDocument.SpellingErrors
Set GRerrors = ActiveDocument.GrammaticalErrors

For Each oGRerror In GRerrors
With oGRerror.Font
..Color = wdColorGreen
..Underline = True
..Underline = wdUnderlineWavy
End With

Next oGRerror

For Each oSPerror In SPerrors
With oSPerror.Font
..Color = wdColorRed
..Underline = True
..Underline = wdUnderlineWavy
End With
Next oSPerror

End Sub

Both macro run very slowly or my computer is too poor.

Tanks again your attention.
Best regards,
Joe


"Suzanne S. Barnhill" wrote:

There isn't any provision in Word for doing this; the best you can do is
take a screen shot and print that. You can get a very simple screen shot of
the entire window using Alt+PrintScreen, which copies the image to the
Clipboard, whence you can paste it into a new document. For more
sophisticated screen captures (including scrolling windows) I recommend
SnagIt (www.techsmith.com).

--
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.

"Joe" wrote in message
...
How can I print a Word document with wavy underlines of spelling and

grammar?

Thank you.
Joe



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
Print job only prints on half of A4 instead of full page? Paul G Microsoft Word Help 17 May 5th 20 09:41 AM
Why do I have to print from print preview to get page numbers to p Clarisse Microsoft Word Help 1 December 4th 05 12:40 AM
Print without seeing the print dialogue box first Iceman_Aragorn Microsoft Word Help 2 November 4th 05 07:31 PM
Page Numbers Print { PAGE } in Footer in WORD even after ALT + F9 Brent Microsoft Word Help 3 June 2nd 05 05:35 PM
Print 3" x 5" cards, Word 2002 Jim E New Users 10 May 25th 05 04:23 AM


All times are GMT +1. The time now is 09:51 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"