You can use autocorrect (word options / proofing) and it works most of the
time, or if you can't be bothered to press the shift key to insert capitals,
you could use find and replace e.g. with the following macro:
With Selection.Find
.ClearFormatting
.Replacement.ClearFormatting
With .Replacement.Font
.SmallCaps = False
.AllCaps = True
End With
.Text = "<i[' ]"
.Replacement.Text = "^&"
.Forward = True
.Wrap = wdFindContinue
.Format = True
.MatchCase = False
.MatchWholeWord = False
.MatchAllWordForms = False
.MatchSoundsLike = False
.MatchWildcards = True
.Execute Replace:=wdReplaceAll
End With
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site
www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
i am using office 2007 and i cannot find how to change the settings
so that when i am tying "i" it automaically changes to "I" so that i
dont have to go through essay and edit by myself