Postfix Property

 

The Postfix property returns or sets the label suffix string. Returns a string.

 

Syntax

object.Postfix

object.Postfix = Postfix

 

Parameter

Type

Description

Postfix

String

required; suffix text

 

Example 1

This example demonstrates how to return the postfix of a label.

 

Debug.Print LabelFormat.Postfix

 

Example 2

This example demonstrates how to add the postfix " B.C.E." to a label.

 

LabelFormat.Postfix = " B.C.E."

 

Used by: LabelFormat object