Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 10-28-2014, 04:39 PM
macropod's Avatar
macropod macropod is offline Formatting footnotes causes double footnote numbers Windows 7 64bit Formatting footnotes causes double footnote numbers Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

You could use a macro like:
Code:
Sub Demo()
Application.ScreenUpdating = False
Dim FtNt As Footnote
For Each FtNt In ActiveDocument.Footnotes
  With FtNt.Range.Characters.First.Previous
    If .Text = " " Then .Text = vbTab
  End With
Next
Application.ScreenUpdating = True
End Sub
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
 

Tags
footnotes, formatting problem



Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro to find text only footnote numbers TimFromPhx Word VBA 7 04-10-2014 07:05 PM
Editing the whole Bible and accounting for all changes as footnotes + footnote index alexs Word 0 09-08-2013 09:36 PM
Formatting a table with double borders qwertyas PowerPoint 2 05-02-2012 05:10 AM
Footnote Sequence, with asterisk, dagger, double dagger DBinSJ Word 3 01-02-2012 07:48 PM
automatically extract footnotes into new file and apply character format to footnote hrdwa Word 0 02-27-2010 03:16 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 10:00 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft