How To Delete All Footnotes In Microsoft Word

Footnotes and endnotes can be very useful if you want to add comments, explanations, and references to a document. They make it easy to separate additional notes from the body of the text.

How To Delete All Footnotes In Microsoft Word

However, sometimes you’ll get them by default, which you might not need. You may receive a documents filled with footnotes which you don’t find useful. If you want to delete them, Word offers multiple ways of doing it.

If there are too many of them for manual removal, there are 3 ways to delete all of them at once. We’ll cover everything you need to know in this article.

Removing Footnotes and Endnotes by Using the Find and Replace Option

This is the most widely used method, also one of the easiest. In just a couple of clicks, you can get rid of all footnotes. Here’s how to do it.

  1. In the document you’re editing, open the Find and Replace dialog box: On a Mac, go to Edit > Find, and select Advanced Find and Replace. If you’re using Word 2013 or 2016, you can do this by pressing Ctrl + H.How To Delete All Footnotes In Microsoft Word
  2. Once you’ve opened the dialog box, click on the Replace.
  3. In the Find what box, enter ^f for footnotes and ^e for endnotes. You can also do this by selecting More > Special > Footnote Mark or Endnote Mark.How To Delete All Footnotes In Microsoft Word
  4. Leave the Replace with box blank, then go to Replace All.

How To Delete All Footnotes In Microsoft Word

This is the easiest out of the three ways of removing footnotes and endnotes. If you’re a bit more tech-savvy and would like to experiment with coding, there are two additional options.

Recording Macros

If you have to deal with multiple documents that have a lot of footnotes, recording a macro is the best way to remove them all. Once you do this, you can assign a macro to a key on the keyboard or an option in Word. This will allow you to use it every time you need to remove all footnotes from a document.

To record a macro that will do this, use the following codes:

How To Delete All Footnotes In Microsoft Word

Sub DeleteFootnotes()
Selection.Find.ClearFormatting
Selection.Find.Replacement.ClearFormatting
With Selection.Find
.Text = "^f"
.Replacement.Text = ""
.Forward = True
.Wrap = wdFindContinue
.Format = False
.MatchCase = False
.MatchWholeWord = False
.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = False
End With
Selection.Find.Execute Replace:=wdReplaceAll
End Sub

You can delete endnotes the same way, just replace ^f with ^e. Assign the macro to a button or a key, and you’ll be able to delete all footnotes found in a document in no time.

Using VBA Codes

This is a method for which you don’t need any coding knowledge, as it’s very simple. It doesn’t allow multiple use like macros, but it’s a lightning fast way of removing footnotes and endnotes from a document. Here’s what you have to do.

  1. Hit Alt + F11 to run the VBA Editor.
  2. Go to Insert > Module. How To Delete All Footnotes In Microsoft Word
  3. Double-click to open the module, then paste the following code to remove all footnotes:

Sub DeleteAllfootnotes()
Dim objFootnote As Footnote
For Each objFootnote In ActiveDocument.Footnotes
objFootnote.Delete
Next
End Sub

For removing endnotes, paste this code:

Sub DeleteAllEndnotes()
Dim objEndnote As Endnote
For Each objEndnote In ActiveDocument.Endnotes
objEndnote.Delete
Next
End Sub

  1. When ready, select Run.

How To Delete All Footnotes In Microsoft Word

This method allows you to remove all footnotes and endnotes that you might not be able to remove manually, since not all marks can be removed without code. This includes customized marks for which a macro is needed.

Deleting Footnotes Manually

Lastly, you might only want to delete some of them. If this is the case, the only way to do it is manually. Each footnote has a corresponding number in the body of the text.

  1. To delete a footnote, all you have to do is remove the number from the body and it will disappear automatically.
  2. You can also right-click on the footnote itself, select Go to Footnote, then delete the number from there.How To Delete All Footnotes In Microsoft Word

The Final Word

Depending on the situation, you can use any of the above methods to get rid of footnotes and endnotes. If you know you’ll have to deal with them repeatedly, recording a macro and assigning it to a key on the keyboard is your best choice.

For single use, you can go the route of the VBA editor, or use the first method if coding isn’t your thing. Whichever way you decide to go, you’ll be able to deal with footnotes in no time.

Sign up and earn $1000 a day ⋙

Driver Booster 12 Free: Keep 9.5M+ Drivers Up-to-Date in 1-Click

Driver Booster 12 Free: Keep 9.5M+ Drivers Up-to-Date in 1-Click

Driver Booster 12 Free is an effective tool that will keep your computers drivers up to date, which will make the system run faster and more reliably. This driver updater from IObit keeps your PC running at its best by checking for lost, out-of-date, or broken drivers immediately.

Advanced SystemCare 17 Free Review 2024 - Your Best PC Optimizer

Advanced SystemCare 17 Free Review 2024 - Your Best PC Optimizer

In an era where digital efficiency is paramount, Advanced SystemCare 17 Free emerges as a beacon for those seeking to enhance their PC's performance.

Summary of Movies & TV application shortcuts on Windows 10

Summary of Movies & TV application shortcuts on Windows 10

Summary of Movies & TV application shortcuts on Windows 10, Summary of Movies & TV application shortcuts on Windows 10 to bring you a great experience. Maybe

How to fix Messages Failed to Load error on Discord for Windows

How to fix Messages Failed to Load error on Discord for Windows

How to fix Messages Failed to Load error on Discord for Windows, Discord isn't fun if you can't read what other people write. Here's how to fix Messages error

How to display the This PC icon on the Windows 11 desktop

How to display the This PC icon on the Windows 11 desktop

How to display the This PC icon on the Windows 11 desktop, During the process of using Windows 11, many users need to access This PC (management).

How to find information in the Windows Registry quickly

How to find information in the Windows Registry quickly

How to find information in the Windows Registry quickly, Do you find it difficult to find information in the Windows Registry? So below are quick ways to find the registry

How to limit the number of failed login attempts on Windows 10

How to limit the number of failed login attempts on Windows 10

How to limit the number of failed login attempts on Windows 10. Limiting the number of failed password login attempts on Windows 10 helps increase computer security. Here's how

How to create fake error messages in Windows

How to create fake error messages in Windows

How to create fake error messages in Windows, Windows can come up with some pretty creative error messages but why don't you try creating your own content for them to make fun of?

Ways to open Windows Tools in Windows 11

Ways to open Windows Tools in Windows 11

Ways to open Windows Tools in Windows 11, Windows Administrative Tools or Windows Tools are still useful on Windows 11. Here's how to find Windows Tools in Windows 11.

How to fix Windows Quick Assist not working error

How to fix Windows Quick Assist not working error

How to fix Windows Quick Assist not working error, Windows Quick Assist helps you connect to a remote PC easily. However, sometimes it also generates errors. But,

How to pin Word, Excel and PowerPoint files to the corresponding app icon on the Windows 11 taskbar

How to pin Word, Excel and PowerPoint files to the corresponding app icon on the Windows 11 taskbar

How to pin Word, Excel and PowerPoint files to the corresponding app icon on the Windows 11 taskbar, How to pin Office files to the taskbar icon on Windows 11? Invite

How to fix the error of not being able to install software on Windows

How to fix the error of not being able to install software on Windows

How to fix the error of not being able to install software on Windows, Why can't you install apps or software on Windows 10/11? Here's everything you need to know about how to fix it

Instructions for deleting or changing PIN on Windows 11

Instructions for deleting or changing PIN on Windows 11

Instructions for deleting or changing the PIN code on Windows 11, In Windows 11, the PIN code is a very useful and convenient security tool for users. However some people

How to fix There Are Currently No Power Options Available error in Windows 10

How to fix There Are Currently No Power Options Available error in Windows 10

How to fix There Are Currently No Power Options Available error in Windows 10, Can't select power mode in Windows 10, what should I do? Here's how to fix the error

The simplest way to fix Photos application errors on Windows 10

The simplest way to fix Photos application errors on Windows 10

The simplest way to fix Photos app errors on Windows 10, what should I do if Microsoft Photos doesn't work? Don't worry about ways to fix Photos app errors on Windows

Instructions for installing keyboard shortcuts to switch input languages ​​on Windows 11

Instructions for installing keyboard shortcuts to switch input languages ​​on Windows 11

Instructions for installing shortcuts to switch input languages ​​on Windows 11. During the process of using Windows, users will often have to switch between methods.

How to check supported power status on Windows 11

How to check supported power status on Windows 11

How to check power status is supported on Windows 11, Windows 11 can handle many different power states. Here's how to check the power status

How to switch from 2.4GHz to 5GHz in Windows 10

How to switch from 2.4GHz to 5GHz in Windows 10

How to switch from 2.4GHz to 5GHz in Windows 10, If you want to find a quick and simple way to speed up the Internet, changing the WiFi band from 2.4GHz to 5GHz may help.

How to fix Not Enough Memory to Run Microsoft Excel error on Windows

How to fix Not Enough Memory to Run Microsoft Excel error on Windows

How to fix Not Enough Memory to Run Microsoft Excel error on Windows, Are you having an error of not enough memory to run Microsoft Excel? So, how to fix Not Enough Memory error

Ways to find all video files on Windows

Ways to find all video files on Windows

Ways to find all video files on Windows, Can't find recorded and saved videos on PC. Below are ways to help you find all clips on Windows.