Application.WBSCodeRenumber Method
Project Developer Reference |
Renumbers WBS codes for either the active project or selected tasks.
Syntax
expression.WBSCodeRenumber(All)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
All | Optional | Boolean | True if all tasks in the active project should be renumbered. False if only the selected tasks should be renumbered. |
Return Value
Boolean
Remarks
Using the WBSCodeRenumber method without specifying any arguments brings up the WBS Renumber dialog box.
See Also