View Single Post
 
Old 06-09-2022, 08:20 AM
TheBigBoss TheBigBoss is offline Windows 7 32bit Office 2010 32bit
Advanced Beginner
 
Join Date: Dec 2016
Posts: 56
TheBigBoss is on a distinguished road
Default

Exactly.

Font size in body is 10pt so footnote reference is 10pt superscript in body (which is fine)
Footnote text is 9pt so footnote reference in footnote is 9pt superscript, but I need it to be 10pt superscript (therefore not following the standard rules).
I can't change styles, so a manual change is required which I want to automate.

I will code tonight but I wonder I better use a regex or is an easier way to get to the "Footnote Reference" (is it a field, a bookmark, a style, ?)
a) parse footnotes one by one;
b) range/select the "Footnote Reference" OR regex on footnote paragraph text ?
c) change font size to 10pt superscript

Cheers
Reply With Quote