Syntax

expression.CustomDrop(Drop)

expression A variable that represents a CalloutFormat object.

Parameters

Name Required/Optional Data Type Description
Drop Required Single The drop distance, in points.

Example

This example sets the custom drop distance to 14 points, and specifies that the drop distance always be measured from the top. For the example to work, shape three must be a callout.

Visual Basic for Applications
Set myDocument = Worksheets(1) With myDocument.Shapes(3).Callout .CustomDrop 14 .AutoAttach = False End With
custom drop Custom Drop Method CustomDrop customdrop method Move connection of callout line to a specific point? Set the exact point of attachment of the callout line to the text bounding box?

See also: