OutlineCode.Name Property (Project)

Gets the name of the OutlineCode object. Read/write String.

Syntax

expression .Name

expression A variable that represents an OutlineCode object.

Remarks

For a code example that uses the Task object, see Name.

Example

Name is the default property for the OutlineCode object. If the first task outline code for the active project is defined, the following example prints the name of the outline code.

Debug.Print ActiveProject.OutlineCodes(1)