Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How do I set the default font size for footnotes?

5,389 views
Skip to first unread message

hullaballoo

unread,
Apr 6, 2007, 12:12:02 PM4/6/07
to
Hi,

I'm having trouble setting the default font size for footnotes. Can anyone
help me out?

Thanks in advance.

Cheers,
hullaballoo.

Doug Robbins - Word MVP

unread,
Apr 6, 2007, 12:33:52 PM4/6/07
to
Modify the font in the Footnote Text style.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"hullaballoo" <hulla...@discussions.microsoft.com> wrote in message
news:654407C4-2A0B-4B6F...@microsoft.com...

hullaballoo

unread,
Apr 6, 2007, 1:52:03 PM4/6/07
to
Thank you, that was just the ticket.

L. Uno@discussions.microsoft.com Tab L. Uno

unread,
Aug 8, 2008, 7:16:00 PM8/8/08
to
How does one get into the Footnote Text style? I tried. And can't find it.
I have to resize each footnote manually.

grammatim

unread,
Aug 8, 2008, 7:36:51 PM8/8/08
to
Down at the bottom of Styles & Formatting, click "More" and you'll
find Custom, Show All Styles, Styles in Use, etc. When you look in
each of those, you'll find lists with checkboxes, and Footnote Text
will be somewhere among them.

On Aug 8, 7:16 pm, Tab L. Uno <Tab L. U...@discussions.microsoft.com>
wrote:


> How does one get into the Footnote Text style? I tried. And can't find it.
> I have to resize each footnote manually.
>
> "Doug Robbins - Word MVP" wrote:
>
> > Modify the font in the Footnote Text style.
>
> > --
> > Hope this helps.
>
> > Please reply to the newsgroup unless you wish to avail yourself of my
> > services on a paid consulting basis.
>
> > Doug Robbins - Word MVP
>

> > "hullaballoo" <hullabal...@discussions.microsoft.com> wrote in message

Suzanne S. Barnhill

unread,
Aug 8, 2008, 7:46:04 PM8/8/08
to
In Word 2003, All Styles still doesn't list such styles. You have to choose
Custom, which opens the Format Settings dialog, from which you can click
Styles... and get a complete list. To apply a given style, you can press
Shift to force the Style dropdown to display all styles, but this is not
much help for modifying. Which is why I have a button on my toolbar to take
me straight to the old Format | Style dialog!

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"grammatim" <gram...@verizon.net> wrote in message
news:74af8aca-bcfd-4d40...@c65g2000hsa.googlegroups.com...

How do I set the footnote font size@discussions.microsoft.com Re: How do I set the footnote font size

unread,
Aug 16, 2008, 11:25:01 AM8/16/08
to
In Word 2007 I only see Styles, not Styles & Formatting, and there was no
More at the end of the drop down lists. Both Footer and Footer Char were
listed, and in their respective drop downs I was able (I thought) to change
each these fonts. However, this change did not take effect in my document.
Please help!

Jay Freedman

unread,
Aug 16, 2008, 11:40:28 AM8/16/08
to
Firstly, Word 2007's controls are so different from those of earlier versions
that you _must_ mention you're using 2007 in any question you post.

Second, "Footer" is _not_ the same as "Footnote". The styles you changed have
nothing to do with footnotes, which is why you didn't see any effect.

On the Home ribbon, in the Styles group, there is a small square button in the
bottom right corner below the Change Styles button. Click that button, or press
its shortcut combination Ctrl+Alt+Shift+S, to open the Styles task pane.

If you don't see "Footnote Text" in the list of styles, click the Options link
in the bottom right corner of the pane, and in the options dialog change the
"Select styles to show" dropdown from "Recommended" to "All styles". You may
also want to change the sort order from "As recommended" to "Alphabetical".

Now right-click the name of the Footnote Text style (not Footer!) and choose
Modify.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all
may benefit.

Re: How do I set the footnote font size

unread,
Aug 20, 2008, 10:22:01 AM8/20/08
to
Finally, success! Thank you!

Ounbbl

unread,
Sep 6, 2008, 5:04:00 PM9/6/08
to
It's not clear how I can change font for ALL the footnote reference number in
one swoop. Please. Also if you can, tell me how I get rid of all the
footnotes from the document in ones swoop. Thanks.

Jay Freedman

unread,
Sep 6, 2008, 5:35:15 PM9/6/08
to
To change the font of all footnote reference numbers, follow exactly the same
directions as in my post below, except work on the style named Footnote
Reference instead of Footnote Text.

Deleting all the footnotes in a document in one step takes a macro. See
http://www.gmayor.com/installing_macro.htm for instructions on how to insert
this macro into your template:

Sub RemoveAllFootnotes()
Dim fn As Footnote
For Each fn In ActiveDocument.Footnotes
fn.Delete
Next
End Sub

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all
may benefit.

On Sat, 6 Sep 2008 14:04:00 -0700, Ounbbl <Oun...@discussions.microsoft.com>
wrote:

grammatim

unread,
Sep 6, 2008, 8:33:47 PM9/6/08
to
Why can't you just Find All footnote references, and Replace them with
nothing?

On Sep 6, 5:35 pm, Jay Freedman <jay.freed...@verizon.net> wrote:
> To change the font of all footnote reference numbers, follow exactly the same
> directions as in my post below, except work on the style named Footnote
> Reference instead of Footnote Text.
>

> Deleting all the footnotes in a document in one step takes a macro. Seehttp://www.gmayor.com/installing_macro.htmfor instructions on how to insert

> >> >> > > > hullaballoo.-

Jay Freedman

unread,
Sep 6, 2008, 9:32:39 PM9/6/08
to
Why not? Because I didn't think of it... Thanks for that.

On Sat, 6 Sep 2008 17:33:47 -0700 (PDT), grammatim <gram...@verizon.net>
wrote:

Ounbbl

unread,
Sep 6, 2008, 10:38:03 PM9/6/08
to
Thanks for macro.

Regarding Changing fonts for foot note reference: Are you sure you are not
mistaken by saying 'foot note text'?

I have foot note reference (the one showing within the document text) in
Arial, 11 points, superscript, red and blue. So I picked 'footnote
reference' and right click. Click on modify to change to other color (green)'
and checked 'only this document' and then o.k.

Then - nothing changes. What should I do next?

Thanks for your help.

Ounbbl

unread,
Sep 7, 2008, 12:39:06 AM9/7/08
to

Addendum here: it did work (with 'footnote reference', not 'footnote text').
It took time for the file shows up the change I made. I don't know I had to
close the file and open again, but somehow later it did show up the change.

However, my question should be more specific: I just want change the
FootNote Reference stuff WITHIN the main document, not on the bottom in the
foot note area.

Thanks again.

Suzanne S. Barnhill

unread,
Sep 7, 2008, 9:56:06 AM9/7/08
to
In that case, you're in for some hand work, since the Footnote Reference
style governs all references. By default, it is defined as Default Paragraph
Font + Superscript, which means that it just superscripts whatever font and
font size are being used at the insertion point, which are usually defined
by the style in the given paragraph (in the footnotes, this is the Footnote
Text style).

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Ounbbl" <Oun...@discussions.microsoft.com> wrote in message
news:80E122F1-E876-4A51...@microsoft.com...

grammatim

unread,
Sep 7, 2008, 10:02:13 AM9/7/08
to
Instead of performing the operation on the entire file, Select All
the text (Ctrl-A); this should leave the footnotes unselected. Proceed
as before and answer No if it asks to do it in the rest of the
document.

After it's been done to the footnotes, I _think_ you can undo it by
Selecting All the footnotes (put the cursor in any footnote, Ctrl-A)
and apply Footnote Text to what's selected.

On Sep 7, 12:39 am, Ounbbl <Oun...@discussions.microsoft.com> wrote:
> Addendum here: it did work (with 'footnote reference', not 'footnote text').
> It took time for the  file shows up the change I made. I don't know I had to
> close the  file and open again, but somehow later it did show up the change.
>
> However, my question should be more specific: I just want change the
> FootNote Reference stuff WITHIN the main document, not on the bottom in the
> foot note area.
>
> Thanks again.
>
>
>
> "Ounbbl" wrote:
> > Thanks for macro.
>
> > Regarding Changing fonts for foot note reference: Are you sure you are not
> > mistaken by saying 'foot note text'?
>
> > I have foot note reference (the one showing within the document text) in
> > Arial, 11 points, superscript, red and blue.  So I picked 'footnote
> > reference' and right click. Click on modify to change to other color (green)'
> > and checked 'only this document' and then o.k.
>
> > Then - nothing changes. What should I do next?
>
> > Thanks for your help.
>
> > "Jay Freedman" wrote:
>
> > > To change the font of all footnote reference numbers, follow exactly the same
> > > directions as in my post below, except work on the style named Footnote
> > > Reference instead of Footnote Text.
>
> > > Deleting all the footnotes in a document in one step takes a macro. See

> > >http://www.gmayor.com/installing_macro.htmfor instructions on how to insert

Suzanne S. Barnhill

unread,
Mar 8, 2009, 7:57:28 PM3/8/09
to
Modify the Footnote Text style.

--

Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

http://word.mvps.org

"ananka" <ana...@discussions.microsoft.com> wrote in message
news:0D67EE84-054E-40A2...@microsoft.com...

Self@discussions.microsoft.com Bill Self

unread,
Jun 22, 2009, 12:51:01 PM6/22/09
to

Jay,

If you're still around... I do not get an "options link" in the bottom right
hand of the Styles windows that shows in Word 2007 when I click on the button
in the styles box. All I get is a list of the preset styles [Normal, No
Spacing, Heading 1, etc.]. I've looked everywhere I can and cannot find
anywhere that I can set the font for footnotes. I can't find "footnote text"
or "footnote reference" anywhere. Can you help an old man down in Macon, GA?

Bill Self

Suzanne S. Barnhill

unread,
Jun 22, 2009, 1:27:59 PM6/22/09
to

The styles list you mention is in a white box in the Styles pane. Below that
is a blue area with check boxes for "Show Preview" and "Disable Linked
Styles" and three cryptic buttons on the left. On the right is the link that
says "Options..."

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Bill Self" <Bill Se...@discussions.microsoft.com> wrote in message
news:324B2FD6-9814-4F19...@microsoft.com...

Jay Freedman

unread,
Jun 22, 2009, 2:00:27 PM6/22/09
to

Hi Bill,

Did you do this?...


>> On the Home ribbon, in the Styles group, there is a small square button in the
>> bottom right corner below the Change Styles button. Click that button, or press
>> its shortcut combination Ctrl+Alt+Shift+S, to open the Styles task pane.

The Styles pane should appear all the way down the right side of the
Word window, not in the ribbon across the top. At the bottom of that
pane, there should be three square buttons and a blue
hyperlink-looking thing that says "Options...". If you don't see all
that, there's something wrong with your Word installation.


--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

Gareth_S

unread,
Jul 7, 2009, 8:08:09 AM7/7/09
to

Excellent! Thank you very much. For ages, I've been trying to figure out how
to do that. Thanks again. A great help.

legalanagel12

unread,
May 18, 2010, 10:16:01 AM5/18/10
to
I followed your instructions and was able to format my footnote just the way
I wanted. Thank you for your time in answering these posts.
K.
0 new messages