Syntax

expression.AutomaticLength

expression A variable that represents a CalloutFormat object.

Remarks

Applying this method sets the property to True.

Example

This example toggles between an automatically scaling first segment and one with a fixed length for the callout line for shape one on myDocument. For the example to work, shape one must be a callout.

Visual Basic for Applications
Set myDocument = Worksheets(1) With myDocument.Shapes(1).Callout If .AutoLength Then .CustomLength 50 Else .AutomaticLength End If End With
automatic length Automatic Length Method Automatically resize callout line when text box is moved? Automatically scale the length of the callout line? AutomaticLength automaticlength method Fix the length of the first segment of a callout line?

See also: