3 Easy Ways to Permanently Remove Hidden Texts in Your Word Document

In this post, we want to share with you 3 easy ways to permanently remove hidden texts in your Word document.

Out of protection, we set some texts hidden in document. However, it’s no rocket science for others to find and see the hidden texts if they mean to. For methods to find hidden texts, you can refer to this article: 4 Easy Ways to Find Hidden Texts in Your Word Document

As you see, there is a risk of exposing confidential information. So, here we are today to offer you 3 easy ways to permanently remove hidden texts to prevent from data leaking.Permanently Remove Hidden Texts in Your Word Document

Method 1: Use “Find and Replace”

  1. First of all, click “Show/Hide” command under “Home” tab to show all hidden texts and marks in document.
  2. Then press “Ctrl+ H” to trigger “Find and Replace” box.
  3. Put insertion pointer inside “Find what” text box.
  4. Then click “More” tab to bring out more options.
  5. Click “Format” tab on the left-down corner.
  6. And choose “Font”.Click "Format"->Choose "Font"
  7. In the “Find Font” box, check “Hidden” box and click “OK”.
  8. Then back to “Find and Replace” box, leave “Replace with” text box blank and click “Replace All”.

Method 2: Inspect Document for Hidden Texts

  1. To start with, click “File” tab to switch to background stage.
  2. Then make sure “Info”.
  3. Next click “Check for Issues” and choose “Inspect Document”.Click "File"->Click "Info"->Click "Check for Issues"->Click "Inspect Document"
  4. In “Document Inspector” window, click “Inspect”.
  5. Then in “Hidden Text” section, click “Remove All”.Click "Remove All"

You will have hidden texts all removed.

Method 3: Run Word Macro

Another way to remove all hidden texts is to run a Word macro. Just follow these leads:

  1. First and foremost, press “Alt+ F11” to open VBA editor.
  2. Then click on “Normal” on the left column.
  3. Next create a new module by clicking “Insert” tab on menu bar.
  4. And choose “Module” on drop-down menu.Click "Normal"->Click "Insert"->Click "Module"
  5. Then double click the newly created module to open the coding space on the right side.
  6. And paste the following macro there:
Sub RemoveHiddenTextsInDoc()
  ActiveWindow.ActivePane.View.ShowAll = Not ActiveWindow.ActivePane.View.ShowAll
  With Selection.Find
    .ClearFormatting
    .Replacement.ClearFormatting
    .Font.Hidden = True
    .Text = ""
    .Replacement.Text = ""
    .Forward = True
    .Wrap = wdFindContinue
    .Format = True
    .MatchCase = False
    .MatchWildcards = False
    .MatchWholeWord = False
    .MatchAllWordForms = False
    .MatchSoundsLike = False
    .Execute Replace:=wdReplaceAll
  End With
  ActiveWindow.ActivePane.View.ShowAll = Not ActiveWindow.ActivePane.View.ShowAll
End Sub
  1. Last but not the least, click “Run” button or hit “F5”.Paste Codes->Click "Run"

Take Care of Your Information

Living in a high information society, it’s of extreme importance to well keep valuable data. Once it gets compromised, the outcome can be overwhelming. The worst is you career could be on the line. Therefore, we want to introduce you an advanced Word recovery tool to reduce the downtime if any bad luck falls.

Author Introduction:

Vera Chen is a data recovery expert in DataNumen, Inc., which is the world leader in data recovery technologies, including xls fix and pdf repair software products. For more information visit www.datanumen.com

Leave a Reply

Your email address will not be published. Required fields are marked *