Application.WindowHide Method
Project Developer Reference |
Hides a window.
Syntax
expression.WindowHide(Name)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Name | Optional | String | The name of the window to hide. The name of a window is the exact text that appears in the title bar of the window. The default is the active window. |
Return Value
Boolean
Example
The following example hides all windows except the active window.
Visual Basic for Applications |
---|
|
See Also