Written by Allen Wyatt (last updated May 27, 2023)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, Word in Microsoft 365, and 2021
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, Word in Microsoft 365, and 2021.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!
Word provides a handy shortcut that allows you to update the fields in any text you've selected. When you select your ...
Discover MoreField codes allow dynamic information to be included in documents and can be a great boon. At some point you may want to ...
Discover MoreIf you use fields to sum the information in your table columns, you might want to display a blank when the sum is zero. ...
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 © 2024 Sharon Parq Associates, Inc.
Comments