XlSheetVisibility enumeration (Excel)
Specifies whether the object is visible.
Name | Value | Description |
---|---|---|
xlSheetHidden | 0 | Hides the worksheet which the user can unhide via menu. |
xlSheetVeryHidden | 2 | Hides the object so that the only way for you to make it visible again is by setting this property to True (the user cannot make the object visible). |
xlSheetVisible | -1 | Displays the sheet. |
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.