![]() |
#1
|
|||
|
|||
![]()
Hi!
I'm using the following macro to turn footnotes into delimited fragments between "[!" and "!]" in the body of the text: Code:
Sub demo() Application.ScreenUpdating = False With ActiveDocument Do While .Footnotes.Count > 0 With .Footnotes(1) .Reference.InsertAfter "[!" & .Range.FormattedText & "!]" .Delete End With Loop End With Application.ScreenUpdating = True End Sub Is that something I could do to make the macro preserve the formatting? Thank's! Thiago |
Tags |
footnote, formatting |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
thiagoafdoria | Word VBA | 4 | 12-02-2019 11:41 AM |
![]() |
loes | Word | 3 | 09-04-2019 07:52 AM |
![]() |
Dw1 | Word | 4 | 06-17-2015 01:07 PM |
![]() |
Kreol2013 | Word VBA | 1 | 04-12-2013 07:33 PM |
![]() |
sesproul | Mail Merge | 1 | 11-30-2011 05:02 AM |