Inspector.PageChange event (Outlook)

Occurs when the active form page changes, either programmatically or by user action, on an Inspector object.

Syntax

expression. PageChange( _ActivePageName_ )

expression A variable that represents an Inspector object.

Parameters

Name Required/Optional Data type Description
ActivePageName Required String The name of the active page.

Remarks

An error occurs if the event handler for this event calls either the Close or SetCurrentFormPage methods.

See also

Inspector Object

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.