I have color behind the text that I cannot remove.

D

Diana

I have clicked no fill no highlight no color everywhere I could and there is
still color behind the text in a word document. I copied the text from an
e-mail and tried numerous things (remove shading from table cell, etc.) and
cannot get rid of the mint green "highlighting" behind the text.
 
D

Doug Robbins - Word MVP

Are you sure that it is not shading applied to a paragraph?

Try running a macro containing the following code when you have the text
selected:

Dim i As Long
For i = 1 To Selection.Paragraphs.Count
Selection.Paragraphs(i).Shading.BackgroundPatternColor =
wdColorAutomatic
Next i


--
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, originally posted via msnews.microsoft.com
 
D

DeanH

You don't mention the version of Word you are using.
Also you don't mention if the colour is behind just one word in a sentence,
or the whole sentence, or the word is its own sentence (ie a list item)?
Have you tried copying the text as unformatted Text (Edit, Paste Special)?
When you deselected all of the usual suspects, did you have the paragraph
mark selected as well (Ctrl+Shft+8 to toggle the view)?
Hope this helps
DeanH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top