Written by Allen Wyatt (last updated May 27, 2023)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, 2021, and Word in Microsoft 365
Jim needs to create a four-digit incrementing number, such as 0001, 0002, etc. He thought a SEQ field would be good for this purpose, but he has no idea how to format a SEQ field number so it always uses four digits.
The key to doing this is to use a special switch as part of the SEQ field. Here's how a SEQ field normally looks when you place it in a document:
{ SEQ MyList \* MERGEFORMAT }
You'll need to modify the field so that it looks this way:
{ SEQ MyList \# "0000" \* MERGEFORMAT }
The \* switch indicates that whatever follows it should act as the pattern for the sequence returned by the field. This will ensure that the sequence will use four digits, just as Jim needs.
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (13047) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, 2021, and Word in Microsoft 365.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 365 applications with VBA programming. Written in clear terms and understandable language, the book includes systematic tutorials and contains both intermediate and advanced content for experienced VB developers. Designed to be comprehensive, the book addresses not just one Office application, but the entire Office suite. Check out Mastering VBA for Microsoft Office 365 today!
The AUTOTEXTLIST field is one of those esoteric fields that you may know nothing about. The cool thing it does is it ...
Discover MoreFields (sometimes called field codes) allow you to insert dynamic information in your documents. If you want to see the ...
Discover MoreAccurately and repeatedly referencing information within a document is a common task that needs to be done. One way to ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments