Share via

Listnum field

Anonymous
2016-07-30T15:43:43+00:00

Is it possible to change the results of a Microsoft Word 2010 Listnum field to all caps?

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Jay Freedman 207.7K Reputation points Volunteer Moderator
2016-07-30T16:47:20+00:00

You can't make LISTNUM fields generate caps, but you can change them to AUTONUM fields and add the \* ALPHABETIC switch (where the switch is in caps).

{ AUTONUM  \* ALPHABETIC }

However, the AUTONUM field does not support the switches for list level or starting value that the LISTNUM field has.

If you need to get rid of the period or other separator that's always included in the AUTONUM field's result, instead use an AUTONUMLGL field with the \e switch (in the Insert > Field dialog, that switch is added by the check box "Display number in legal format without a trailing period").

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Stefan Blom 341.8K Reputation points MVP Volunteer Moderator
    2016-07-31T22:25:20+00:00

    If you are using LISTNUM fields in conjunction with a multilevel list, the fields will reflect the formatting added to the list. For example:

    ARTICLE I    This is a paragraph formatted in a multilevel list.

    {LISTNUM \L 1} This is a paragraph that starts with a LISTNUM field.

    ARTICLE III   This is another paragraph formatted in a multilevel list.

    Was this answer helpful?

    0 comments No comments