PivotField.DisplayAsTooltip property (Excel)
This property is used to specify whether a specific member property PivotField is displayed in tooltips. Read/write Boolean.
expression.DisplayAsTooltip
expression A variable that represents a PivotField object.
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.
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.