Form.BeforeScreenTip event (Access)
Occurs before a ScreenTip is displayed for an element in a PivotChart view or PivotTable view.
Syntax
expression.BeforeScreenTip (ScreenTipText, SourceObject)
expression A variable that represents a Form object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
ScreenTipText | Required | Object | Set the Value property of this object to the ScreenTip that you want to display. Changing this argument to an empty string effectively hides the ScreenTip. |
SourceObject | Required | Object | The object that generates the ScreenTip. |
Return value
Nothing
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.