Application.WindowUnhide Method
Project Developer Reference |
Shows a hidden window.
Syntax
expression.WindowUnhide(Name)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Name | Optional | String | The name of a hidden window to show. The name of a window is the exact text that appears in the title bar of the window. If Name is omitted, the Unhide dialog box appears, which prompts the user to show a hidden window in the active project. |
Return Value
Boolean
Example
The following example unhides all open windows.
Visual Basic for Applications |
---|
|
See Also