View Single Post
  #9   Report Post  
Posted to microsoft.public.word.pagelayout
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Space in between Footnotes

Yes, send it on and let me see what I can do.

--
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.

"VPsoccer" wrote in message
...
Hey!
Stefan!

This worked in my phantom footnote. Thank you.
How can I prevent this kind of ghost from haunting my documents?

(Suzanne if you still want to see it, for future reference, I can send you
the doc.)

GaryJ

--
The Archive for the France Stays in the War project: France Fights On!
http://www.francefightson.org


"Stefan Blom" wrote:

Also note that you can try to use a macro to get rid of "phantom"

footnotes.
Place the insertion point in the footnote. Then run the following:

Selection.Footnotes(1).Delete

To run this command, first press Alt+F11. In the Visual Basic Editor,
display the Immediate window (for example by pressing Ctrl+G). Type the
command as shown above, and then press Enter.

--