InsertAddCaption

Syntax

InsertAddCaption [.Name = text]

Remarks

Adds a new item to the Label box in the Caption dialog box (Insert menu). The new item becomes a valid string for the .Label argument in an InsertCaption instruction.

Argument

Explanation

.Name

The name for the new caption label


Example

This example adds "Diagram" to the list of available caption labels:


InsertAddCaption .Name = "Diagram"

See Also

InsertAutoCaption, InsertCaption, InsertCaptionNumbering