Shapes.AddCallout (PowerPoint)
Creates a borderless line callout. Returns a Shape object that represents the new callout.
You can insert a greater variety of callouts by using the AddShape method.
AddCallout (Type, Left, Top, Width, Height)
Dim shpAddCallout As Shape
Set shpAddCallout = ActiveWindow.Selection.SlideRange(1).Shapes.AddCallout(Type:=msoCalloutMixed, Left:=, Top:=, Width:=, Height:=)
Arguments
The following arguments are required:
Type (Office.MsoCalloutType) - The type of callout line.
Left (Single) - The position, measured in points, of the left edge of the callout's bounding box relative to the left edge of the slide.
Top (Single) - The position, measured in points, of the top edge of the callout's bounding box relative to the top edge of the slide.
Width (Single) - The width of the callout's bounding box, measured in points.
Height (Single) - The height of the callout's bounding box, measured in points.