Selection.Font.UnderlineColor = wdColorRed
Selection.Font.UnderLine = wdUnderlineWavy
Just select something and run the above. Change the color to green to
simulate a grammar error.
> how do i underline words in red just like they appear when they are spelt
> wrong and spell and grammar highlights them?
>
> Can i do this using vba?
sarah - 21 Feb 2005 10:57 GMT
thanks!
> Selection.Font.UnderlineColor = wdColorRed
> Selection.Font.UnderLine = wdUnderlineWavy
[quoted text clipped - 6 lines]
> >
> > Can i do this using vba?