Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 04-27-2017, 08:33 PM
Cayley Cayley is offline Changing footnotes to endnotes Windows 7 32bit Changing footnotes to endnotes Office 2010 32bit
Novice
 
Join Date: Apr 2017
Posts: 1
Cayley is on a distinguished road
Default

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
 



Similar Threads
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

Other Forums: Access Forums

All times are GMT -7. The time now is 12:30 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