A family of Microsoft word processing software products for creating web, email, and print documents.
Install the following macro:
Sub ToolsWordCount()
With Dialogs(wdDialogToolsWordCount)
.CountFootnotes = msoCTrue
.Show
End With
End Sub
This macro will automatically run when you click the word count in the status bar, or if you add a Word Count button to the Quick Access Toolbar and use that; or if you click Tools > Word Count in Word 2003. The macro has been tested in Word 2000, 2003, 2007, and 2016, so I expect it will also work in Word 2010 and 2013.