DisplayScreenTips Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Returns or sets whether ScreenTips are displayed. Set this property to False to prevent the display of ScreenTips. The default value is True. Read/write Boolean.

expression.DisplayScreenTips

expression   Required. An expression that returns a PivotTable or ChartSpace object.

Example

This example disables ScreenTips for PivotTable1.

  PivotTable1.DisplayScreenTips = False