Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hello,
I was wondering if someone could provide me with some assistance. I would like to know if it is possible to somehow highlight all the punctuation in a large research paper I have written. This includes full stops, paragraphs, colons, semi-colons. I just don't want to keep printing out my work and having to do it myself with a red pen. Any help would be appreicated. |
#2
![]() |
|||
|
|||
![]() Quote:
If you find yourself doing this alot, you should be able to set these into a macro such as: Sub Macro2() ' ' Macro2 Macro ' Macro recorded 03/12/2010 by Big_Al ' Selection.Find.ClearFormatting With Selection.Find .Text = ";" .Replacement.Text = "" .Forward = True .Wrap = wdFindContinue .Format = False .MatchCase = False .MatchWholeWord = False .MatchWildcards = False .MatchSoundsLike = False .MatchAllWordForms = False End With Options.DefaultHighlightColorIndex = wdRed Selection.Range.HighlightColorIndex = wdRed End Sub Hope this helps, Al Last edited by Big_Al : December 3rd 10 at 01:17 PM Reason: added macro bits |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Document map highlight | Microsoft Word Help | |||
sorting several large Word files into a large word document | Microsoft Word Help | |||
how do i apply mixed punctuation to a word document? | Microsoft Word Help | |||
In doc file how do I highlight a word but not print highlight? | Microsoft Word Help | |||
How do I get the punctuation marks off of my word document? | Microsoft Word Help |