Hides a range of Windows.
HIDE(W1, W2, ..., WN)
WN |
- |
Optional. One or more Windows. Defaults to the current Window. |
If a Worksheet contained 10 Windows,
hide(W2, W4, W7..W9)
hides Windows 2, 4, 7, 8, and 9, and display the remaining Windows.
HIDE will retain the custom Worksheet layout. Hidden Windows still automatically recalculate.
To redisplay all of the Windows, use DISPLAYALL
See HIDEALL to hide all windows.