PivotTable.DisplayContextTooltips Property

Excel Developer Reference

Controls whether or not tooltips are displayed for PivotTable cells. Read/write Boolean.

Version Information
 Version Added:  Excel 2007

Syntax

expression.DisplayContextTooltips

expression   A variable that represents a PivotTable object.

Remarks

If DisplayContextTooltips is set to False, contextual tooltips for PivotTable cells will not be displayed. If it is set to True, tooltips for PivotTable cells in the row, column, and data areas will be displayed.

See Also