Shapes.AddCallout (Excel)

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 = ActiveChart.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 (in points) of the upper-left corner of the callout's bounding box relative to the upper-left corner of the document.

Top (Single) - The position (in points) of the upper-left corner of the callout's bounding box relative to the top of the document.

Width (Single) - The width of the callout's bounding box, in points.

Height (Single) - The height of the callout's bounding box, in points.