Description

Hide a dialog.

Return Type

None  

Syntax

object.Hide

The Hide Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McCommandDialog.

Remarks

This is equivalent to setting Visible to False. This method does not unload the dialog, which is what Close does in addition to hiding the dialog.