Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
lrhodes
 
Posts: n/a
Default how do i delete an empty footnote?

i have a large document with two empty footnotes. deleting them gives
message "action not valid for footnotes". how do i get rid of them?
deleting the ones above and below has not worked, neither has changing
footnotes to endnotes and back.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
AA2e72E
 
Posts: n/a
Default how do i delete an empty footnote?

If you know which footnote you want to delete, highlight its index (number
shown in superscript in the document) and press Delete.

Programatically, try:

Sub aa()
For Each fnote In ActiveDocument.Footnotes
If 0 = Len(Replace(fnote.Range.Text, " ", "")) Then
fnote.Range.Delete
End If
Next
End Sub

This will delete footnotes that are empty (len=0) or just spaces (visually
empty).
  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill
 
Posts: n/a
Default how do i delete an empty footnote?

The correct way to delete a footnote is to delete the reference mark in the
text. If you've already done this and are left with some empty paragraphs in
the footnote pane, you'll need some trial and error. Experiment with using
Backspace and Delete at the beginning of the empty paragraph and at the end
of the previous paragraph. Eventually you'll find a combination that works.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"lrhodes" wrote in message
...
i have a large document with two empty footnotes. deleting them gives
message "action not valid for footnotes". how do i get rid of them?
deleting the ones above and below has not worked, neither has changing
footnotes to endnotes and back.


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
Delete Empty pages Epicha Microsoft Word Help 2 May 19th 06 04:05 PM
Can I keep note references in a document but delete footnote text Fitz Microsoft Word Help 1 April 9th 06 05:06 PM
how to delete hidden footnote mark and content Brimming Microsoft Word Help 1 November 26th 05 11:08 AM
auto delete row if empty Alicia Tables 1 October 18th 05 11:20 PM
When making labels, how do you delete empty cells? Melissa Microsoft Word Help 1 December 1st 04 05:26 PM


All times are GMT +1. The time now is 09:12 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"