![]() |
#6
|
||||
|
||||
![]()
OK, you could just change:
.Text = vbTab to: .Text = "." & vbTab but, if you want the period superscripted to match the footnote #, you'll need to replace: If .Text = " " Then .Text = vbTab with: Code:
If .Text = " " Then .Font.Superscript = True .Text = "." & vbTab End If
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
Tags |
footnotes, formatting problem |
|
![]() |
||||
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 |