Document.RemoveNumbers Method
Word Developer Reference |
Removes numbers or bullets from the specified document.
Syntax
expression.RemoveNumbers(NumberType)
expression A variable that represents a Document object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
NumberType | Optional | WdNumberType | The type of number to be removed. |
Example
This example removes the numbers from the beginning of any numbered paragraphs in the active document.
Visual Basic for Applications |
---|
|
This example removes the bullets or numbers from the third list in MyDocument.doc.
Visual Basic for Applications |
---|
|
See Also