Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 12-19-2023, 02:17 AM
RobiNew RobiNew is offline Fastest code to format footnote reference marks Windows 10 Fastest code to format footnote reference marks Office 2016
Competent Performer
Fastest code to format footnote reference marks
 
Join Date: Sep 2023
Posts: 200
RobiNew is on a distinguished road
Default Fastest code to format footnote reference marks

I wonder if the code below is the fastest method to format footnote reference marks. Thanks!



Code:
For Each NumRif In ActiveDocument.Footnotes
NrPres = NrPres + 1
Set myRange = ActiveDocument.Footnotes(NrPres).Reference
myRange.Style = ActiveDocument.Styles("MyStyle")
myRange.Font.Color = wdColorBlue
    Next NumRif
    NumRif = 0
    NrPres = 0
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Change superscripts to regular text except footnote marks without using 'Selection.' RobiNew Word VBA 7 10-01-2023 01:55 AM
Fastest code to format footnote reference marks Loop through Footnote Reference Marks Ramses505 Word VBA 6 09-21-2023 12:10 AM
Fastest code to format footnote reference marks Macro to change font size of Footnote Reference in Footnote Text TheBigBoss Word VBA 5 06-10-2022 06:14 AM
Fastest code to format footnote reference marks Reference number and cross reference for equation numbers to match the thesis format wmac Word 1 05-14-2013 08:54 PM
Fastest code to format footnote reference marks Fastest way to run a code b0x4it Word VBA 4 05-18-2011 07:54 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 05:03 AM.


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