The information in this article applies to:
SYMPTOMS
If you use the Bullets And Numbering command (on the Format menu in
Microsoft Word 6.0 and 7.0 and on the Tools menu in Word 2.x) to number
paragraphs that begin with numbers, Word renumbers the paragraphs.
4 packages of paper towelsWord renumbers the list as follows:
WORKAROUNDTo work around this problem, use any of the following methods. Method 1In both Word 6.0, 7.0 and 2.x, you can insert SEQ (sequence) fields at the beginning of each line in a list that begins with numbers. The above list appears as shown below in field codes view when you number it using SEQ fields:{ SEQ list }. 4 packages of paper towels Method 2: (Word 6.0 and 7.0 Only)In Word 6.0 and 7.0 only, you can use the bulleted list feature to number a list that begins with numbers. To do this, follow these steps:
Method 3: (Word 6.0 and 7.0 Only)Microsoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support professionals can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact the Microsoft fee-based consulting line at (800) 936-5200. For more information about the support options available from Microsoft, please see the following page on the World Wide Web:http://www.microsoft.com/supportnet/refguide/In Word 6.0 and 7.0 only, you can use the following macro to automatically insert SEQ fields at the beginning of each line of selected text:
NOTE: If you need to number more than one list of items in a document, the
above macro does not start numbering again at 1 for the second list. To
number subsequent lists starting at 1, change the SEQ field Identifier
instruction in the above macro to begin a new series, and then run the
macro again. For example, change this line of the macro
to the following:
STATUSMicrosoft has confirmed this to be a problem in Word. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: winword2 remove apply sequence reset disappear
Keywords : kbmacro kbprg kbdtacode wordnt kbmacroexample winword ntword macword word6 word7 word95 |
Last Reviewed: December 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |