Edit

Share via


Version property (Excel Graph)

Returns the Graph version number. Read-only String.

Syntax

expression.Version

expression Required. An expression that returns one of the objects in the Applies To list.

Example

This example displays a message box that contains the Graph version number.

MsgBox "Welcome to Graph version " & _ 
 myChart.Application.Version

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.