![]() |
#2
|
||||
|
||||
![]()
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] |
Tags |
footnotes, formatting problem |
Thread Tools | |
Display Modes | |
|
![]() |
||||
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 |