Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 01-30-2012, 06:40 AM
peter961 peter961 is offline Convert custom mark footnotes Windows 7 64bit Convert custom mark footnotes Office 2010 64bit
Novice
Convert custom mark footnotes
 
Join Date: Jan 2012
Posts: 5
peter961 is on a distinguished road
Default Convert custom mark footnotes

I am editing a document in MS Word 2010 that contains over 1000 "custom mark" footnotes. I want to convert those footnotes to Word's auto footnoting. I have recorded the following macro that allows me to make the desired conversion one note at a time. I need to know how to convert the macro to run for the entire document. Any help greatly appreciated. Here is the macro I have recorded:

Sub CnvrtCstmFNs()
'
' CnvrtCstmFNs Macro
'
'
Selection.Find.ClearFormatting
With Selection.Find.Font
.Superscript = True
.Subscript = False


End With
With Selection.Find
.Text = ""
.Replacement.Text = ""
.Forward = True
.Wrap = wdFindContinue
.Format = True
.MatchCase = False
.MatchWholeWord = False
.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = False
End With
Selection.Find.Execute
With Selection
With .FootnoteOptions
.Location = wdBottomOfPage
.NumberingRule = wdRestartContinuous
.StartingNumber = 1
.NumberStyle = wdNoteNumberStyleArabic
End With
.Footnotes.Add Range:=Selection.Range, Reference:=""
End With
End Sub

Peter961
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert custom mark footnotes Footnotes Apperley Word 2 08-10-2011 03:25 PM
Convert custom mark footnotes Keep with next and footnotes nfactor13 Word 1 05-15-2011 02:39 PM
Footnotes and Columns toll_booth Word 0 06-02-2010 01:35 PM
Convert custom mark footnotes Problem with Footnotes charlotte Word 1 04-07-2010 04:35 PM
Mark citation mavera2 Word 0 03-19-2010 05:19 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 10:32 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft