• Can't remove highlight

    From [email protected]@21:1/5 to suroora on Mon Feb 10 19:42:25 2020
    On Tuesday, July 3, 2007 at 4:56:01 AM UTC-7, 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?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From [email protected]@21:1/5 to Lene Fredborg on Thu Mar 12 11:45:51 2020
    On Tuesday, July 3, 2007 at 7:06:02 AM UTC-5, Lene Fredborg wrote:
    Maybe the color has been applied as shading and not as highlight. Try whether you can remove the color via Format > Borders and Shading > Shading tab.

    --
    Regards
    Lene Fredborg
    DocTools - Denmark
    www.thedoctools.com
    Document automation - add-ins, macros and templates for Microsoft Word


    "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?

    thank you, this worked

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From [email protected]@21:1/5 to Lene Fredborg on Tue May 26 03:56:25 2020
    On Tuesday, July 3, 2007 at 5:36:02 PM UTC+5:30, Lene Fredborg wrote:
    Maybe the color has been applied as shading and not as highlight. Try whether you can remove the color via Format > Borders and Shading > Shading tab.

    --
    Regards
    Lene Fredborg
    DocTools - Denmark
    www.thedoctools.com
    Document automation - add-ins, macros and templates for Microsoft Word


    "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?

    Thanks @Mr.Lene it worked.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From laurel kaufer@21:1/5 to Stefan Blom on Thu Sep 1 16:57:50 2022
    On Wednesday, May 11, 2016 at 12:41:13 AM UTC-7, 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.

    Stefan Blom
    Microsoft Word MVP
    Den 2016-05-10 kl. 19:12, skrev [email protected]:
    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?

    Thank you. I now refer to this as my magic macro!!!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From GPS Pilot@21:1/5 to All on Sat Dec 24 11:21:43 2022
    "Any non-shaded characters or spaces that you highlight will prevent Word from removing the shading"

    This is what I just experienced with Word 16 for Mac.

    Some people are saying the paragraph mark must be included in the selection, but that was exactly the wrong advice in my case.

    With paragraph mark included, I went to Borders and Shading and it said "No Color" for the Fill.

    But with paragraph mark excluded (only the shaded text was selected), Borders and Shading showed me the Fill color that I was trying to get rid of. Success!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?B?6rmA7Lm07IKs?=@21:1/5 to All on Thu Jan 12 03:37:49 2023
    2022년 12월 25일 일요일 오전 4시 21분 44초 UTC+9에 GPS Pilot님이 작성한 내용:
    "Any non-shaded characters or spaces that you highlight will prevent Word from removing the shading"

    This is what I just experienced with Word 16 for Mac.

    Some people are saying the paragraph mark must be included in the selection, but that was exactly the wrong advice in my case.

    With paragraph mark included, I went to Borders and Shading and it said "No Color" for the Fill.

    But with paragraph mark excluded (only the shaded text was selected), Borders and Shading showed me the Fill color that I was trying to get rid of. Success!
    Your message is very interesting and good information. Check my website for more complete information. https://www.notojoa.com/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Diane Cullinane@21:1/5 to [email protected] on Fri Mar 31 13:12:44 2023
    On Tuesday, March 13, 2018 at 8:28:28 AM UTC-7, [email protected] wrote:
    On Tuesday, July 3, 2007 at 7:56:01 AM UTC-4, 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?
    Do not copy and paste using the keyboard commands. Copy using the keyboard command CTRL X or CTRL C and then right click and paste choosing the "Keep Text Only format. That should solve the problem. Hope this helps


    Thanks- that worked for me!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Cetungrty Ketungetu@21:1/5 to Diane Cullinane on Fri Oct 13 13:08:41 2023
    On Friday, March 31, 2023 at 8:12:45 AM UTC-12, Diane Cullinane wrote:
    On Tuesday, March 13, 2018 at 8:28:28 AM UTC-7, [email protected] wrote:
    On Tuesday, July 3, 2007 at 7:56:01 AM UTC-4, 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?
    Do not copy and paste using the keyboard commands. Copy using the keyboard command CTRL X or CTRL C and then right click and paste choosing the "Keep Text Only format. That should solve the problem. Hope this helps
    Thanks- that worked for me!


    Buy a Verified Cash App Account
    If you have more activities in online business and need multiple cash app accounts to send and receive more payments. And if you haven’t multiple Cash App, you can buy verified Cash App account as your backup.we provied 100% safe verified Cash App
    Accounts at a cheap price with https://usbusinesshop.com/

    Our Cash App Account Features-
    Cash App account associated Gmail and password.
    Email access associated with Cash App account.
    Number verified.
    ID verified.
    Bank verified.
    Photo and ID provided.
    Date of birth provided.
    Bank statement.
    07 Days replacement guaranty.
    If you have more question about our service, please contact with us https://usbusinesshop.com/product/buy-verified-cash-app-accounts/

    ➤Email:- [email protected]
    ➤ Skype:- usbusinesshop
    ➤Telegram:- @usbusinesshop
    ➤WhatsApp:-+1 (203) 252-6895

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)