Syntax
EditTOACategory .Category = number, .CategoryName = text
Remarks
Modifies the name of a category of citations for a table of authorities. The arguments for the EditTOACategory command correspond to the options in the Edit Category dialog box (Mark Citations dialog box, Index And Tables command, Insert menu).
Argument | Explanation | |
.Category | The category you want to modify: 1 corresponds to the first name in the list, 2 to the second name, and so on. | |
.CategoryName | The new name for the category of citations. |
Example
This example changes the ninth item in the list of categories to "Case Histories":
EditTOACategory .Category = 8, .CategoryName = "Case Histories"
See Also
InsertTableOfAuthorities, MarkCitation