Application.WindowActivate event (Project)

Occurs when any window within Project is activated. The WindowActivate event does not occur when the application window is activated.

Syntax

expression. WindowActivate( _activatedWindow_, )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
activatedWindow Required Window The activated window.

Return value

Nothing

Remarks

Project events don't occur when the project is embedded in another document or application.

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.