#1   Report Post  
Posted to microsoft.public.word.docmanagement
[email protected] jtharris66@gmail.com is offline
external usenet poster
 
Posts: 1
Default Can't remove highlight

On Tuesday, July 3, 2007 at 6:56:01 AM UTC-5, suroora wrote:
I can't remove the highlighting from certain sections in my word document -
I've tried selecting and highlighting all the text and then removing the
highlighting, but these sections stay yellow. Any suggestions?


  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default Can't remove highlight

Highlighting applied via the Highlighting tool on the Home tab can be
removed as follows: Select the whole document by pressing Ctrl+A and
then click the arrow on the Text Highlight Color button and choose the
"No Color."

To remove font and paragraph shading you can run the following macro:

Sub ClearAllShadingFromDoc()
'Macro created by Stefan Blom, MVP, January 2015

With ActiveDocument.Content.ParagraphFormat.Shading
.Texture = wdTextureNone
.ForegroundPatternColor = wdColorAutomatic
.BackgroundPatternColor = wdColorAutomatic
End With

With ActiveDocument.Content.Font.Shading
.Texture = wdTextureNone
.ForegroundPatternColor = wdColorAutomatic
.BackgroundPatternColor = wdColorAutomatic
End With
End Sub


For assistance, see http://www.gmayor.com/installing_macro.htm.

Stefan Blom
Microsoft Word MVP




Den 2016-05-10 kl. 19:12, skrev :
On Tuesday, July 3, 2007 at 6:56:01 AM UTC-5, suroora wrote:
I can't remove the highlighting from certain sections in my word document -
I've tried selecting and highlighting all the text and then removing the
highlighting, but these sections stay yellow. Any suggestions?


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
[email protected] melinamtavares@gmail.com is offline
external usenet poster
 
Posts: 1
Default Can't remove highlight

I had the same problem. I deleted the conditional formatting and it fixed the problem.
  #4   Report Post  
Posted to microsoft.public.word.docmanagement
[email protected] rjwest0004@gmail.com is offline
external usenet poster
 
Posts: 1
Default Can't remove highlight

On Wednesday, May 11, 2016 at 2:41:13 AM UTC-5, Stefan Blom wrote:
Highlighting applied via the Highlighting tool on the Home tab can be
removed as follows: Select the whole document by pressing Ctrl+A and
then click the arrow on the Text Highlight Color button and choose the
"No Color."

To remove font and paragraph shading you can run the following macro:

Sub ClearAllShadingFromDoc()
'Macro created by Stefan Blom, MVP, January 2015

With ActiveDocument.Content.ParagraphFormat.Shading
.Texture = wdTextureNone
.ForegroundPatternColor = wdColorAutomatic
.BackgroundPatternColor = wdColorAutomatic
End With

With ActiveDocument.Content.Font.Shading
.Texture = wdTextureNone
.ForegroundPatternColor = wdColorAutomatic
.BackgroundPatternColor = wdColorAutomatic
End With
End Sub


For assistance, see http://www.gmayor.com/installing_macro.htm.


Finally, an easy solution!

I didn't even realize I had a light shading on until I got counted off on one of my papers. I realized it was a shading issue, but you cannot un-shade the entire document at one. Word forces you to highlight each shaded portion at a time. Any non-shaded characters or spaces that you highlight will prevent Word from removing the shading from the entire document if there are any breaks in it. This macro gets around that easily!
  #5   Report Post  
BobMer BobMer is offline
Junior Member
 
Posts: 0
Default

Quote:
Originally Posted by View Post
On Tuesday, July 3, 2007 at 2:56:01 PM UTC+3, suroora wrote:[color=blue][i]

you must have solved your problem by now, but for future troubled folks like i was, when you go to borders and shading, select clear fill, apply to text not to paragraph. it worked for me!
This solution worked for me. Thank you very much!

Last edited by BobMer : October 18th 21 at 08:12 PM


Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Remove highlight from Bullet Point Dewayne Microsoft Word Help 3 April 30th 23 08:49 AM
unable to remove highlight from text. Terri Page Layout 1 May 31st 06 09:49 AM
Word will not allow me to remove highlight Lisa Microsoft Word Help 1 January 6th 06 06:47 PM
Remove TOC highlight Neil Microsoft Word Help 2 May 3rd 05 12:33 AM
Remove red highlight in Word . [email protected] Microsoft Word Help 2 December 2nd 04 07:21 PM


All times are GMT +1. The time now is 06:57 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"