PivotField.DisplayAsTooltip (Excel)

This property is used to specify whether a specific member property PivotField is displayed in tooltips.

Trying to get or set these properties for PivotFields that are not member properties will return a run-time error. A given member property is displayed in tooltips when the DisplayAsTooltip property is set to True, and not displayed in tooltips when it is set to False. The default value is True.


ActiveCell.PivotField.DisplayAsTooltip = True