Version property (Excel Graph)
Returns the Graph version number. Read-only String.
expression.Version
expression Required. An expression that returns one of the objects in the Applies To list.
This example displays a message box that contains the Graph version number.
MsgBox "Welcome to Graph version " & _
myChart.Application.Version
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.