Shape.HasChart property (Word)
True if the specified shape has a chart. Read-only.
Syntax
expression. HasChart
expression An expression that returns a Shape object.
Remarks
This property always returns false for OLE charts. For OLE charts, use InlineShape.OLEFormat.ProgID
and check for the following possible values: "Excel.Chart.8", "MSGraph.Chart.8", "Excel.Sheet.8", "Excel.Chart.5", "MSGraph.Chart.5", or "Excel.Sheet.5".
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.