ActiveDialog Property

Applies To

Application Object.

Description

Accessor. Returns a DialogSheet object that represents the topmost running dialog sheet. If there is no running dialog sheet, this property returns Nothing. Note that the active dialog sheet is not necessarily the active sheet. Read-only.

Example

This example sets the height of the active dialog box.


ActiveDialog.DialogFrame.Height = 91