![]() |
#3
|
|||
|
|||
![]()
Hi Sarah,
In your case, you can convert footnotes to endnotes. If there are a lot of footnotes to deal with, you can do as follows: method 1: Put cursor at footnote area and press "Ctrl+ A" to select all footnotes in the document. Then right click and choose "Convert to Endnote". method 2: Press "Alt+ F11" to open VBA editor and open a module. Next paste and run the following codes: Sub ConvertFootnotesToEndnotes() If ActiveDocument.Footnotes.Count > 0 Then ActiveDocument.Footnotes.Convert Else MsgBox ("There is no footnote in this document") End If End Sub Hope this helps! Cayley |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Changing Port on Project Server PWA | danny_boy328 | Project | 0 | 09-25-2007 08:27 AM |
Same As Previous - changing default when inserting/pasting | LdeMarais | Word | 0 | 09-21-2007 11:07 AM |
Changing DataSource | ntfirewall | Mail Merge | 0 | 03-30-2007 06:01 AM |
Programmatically changing folder item selection | Richard Cook | Outlook | 0 | 02-09-2007 02:25 PM |
IRR with Changing Signs | aml480 | Excel | 0 | 03-16-2006 11:27 PM |