Gap Property Example
This example sets the distance between the callout line and the text bounding box to 3 points for shape one on myDocument. For the example to work, shape one must be a callout.
myDocument
Set myDocument = ActiveDocument myDocument.Shapes(1).Callout.Gap = 3