Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Removes numbers or bullets from the specified list.
Syntax
expression. RemoveNumbers( _NumberType_ )
expression A variable that represents a 'ListFormat' object.
Parameters
| Name | Required/Optional | Data type | Description |
|---|---|---|---|
| NumberType | Optional | WdNumberType | The type of number to be removed. |
Example
This example removes the bullets or numbers from any numbered paragraphs in the selection.
Selection.Range.ListFormat.RemoveNumbers
This example removes the LISTNUM fields from the selection.
Selection.Range.ListFormat.RemoveNumbers wdNumberListNum
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.