Form.ChartSpace property (Access)

Returns a ChartSpace object. Read-only. _Obsolete : This property uses obsolete Office Web Components and hence will no longer work.

Syntax

expression.ChartSpace

expression A variable that represents a Form object.

Remarks

You must set a reference to the Microsoft Office web components type library to use this property.

Example

This example reports the version of Microsoft Office web components in use for the specified form.

Dim objChartSpace As ChartSpace 
 
Set objChartSpace = Forms(0).ChartSpace 
 
MsgBox "Current version of Office Web Components: " _ 
 & objChartSpace.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.