> What happens if you press Alt+F11?
>
> --
> Hope this helps.
>
> Please reply to the newsgroup unless you wish to avail yourself of my
> services on a paid consulting basis.
>
> Doug Robbins - Word MVP
>
> "Rhonda from Western Australia"
> <RhondafromWesternAustralia[ at ]discussions.microsoft.com> wrote in message
> news:EF5F2777-10D3-4234-A4DE-081E8C2ECD3E[ at ]microsoft.com...
> > Unfortunately, I'm working in a corporate environment that has locked down
> > the ability to create macros. Sorry, I should have mentioned that
> > initially.
> >
> > "Opinicus" wrote:
> >
> >> "Rhonda from Western Australia" wrote
> >>
> >> >I can't find any keystroke combination that applies or removes colored
> >> > highlighting (yellow, green, pink etc.). I have to select text, then
> >> > click
> >> > the Highlight toolbar icon to turn it on and off. CTRL+Space doesn't
> >> > work
> >> > to
> >> > remove highlighted text - the highlighting remains, and I can't find
> >> > any
> >> > keystroke combination in the standard Tools > Customize window (in
> >> > fact,
> >> > Format in the Commands window doesn't list Highlight that I could see
> >> > so I
> >> > can't even assign a keystroke of my own). The list of shortcut keys in
> >> > the
> >> > Online Help has nothing either.
> >> > I'm using Word 2003, but have Word 2007 on another machine. A solution
> >> > that
> >> > works for both would be good!
> >>
> >> I use this macro:
> >>
> >> <quote>
> >> Sub ZapColor()
> >> '
> >> Options.DefaultHighlightColorIndex = wdNoHighlight
> >> Selection.Range.HighlightColorIndex = wdNoHighlight
> >> With Selection.Font
> >> .ColorIndex = wdAuto
> >> End With
> >> End Sub
> >> </quote>
> >>
> >> You can assign it to any keystroke combination that's available. It
> >> should
> >> work in all current versions of Word.
> >>
> >> --
> >> Bob
> >>
http://www.kanyak.com> >>
> >>
>
>
>