Search notes:

Excel VBA: Worksheet.Visible

The value of worksheet.visible can be set to a value of the xlSheetVisibility enumeration: xlSheetHidden (=0), xlSheetVeryHidden (=2) or xlSheetVisible (=-1).
With xlSheetHidden, the sheet is «only» hidden and user sees the sheet name when right-clicking on any sheet name in the bottom of Excel.
With xlSheetVeryHidden, the user doesn't see the sheet anymore by clicking there.
To show a sheet again with VBA, the property must be set to xlSheetVisible.
In the GUI, the visibility can be set in the Visual Basic Editor (keyboard shortcut alt+F11) in the properties sheet object (found under Microsoft Excel Objects).

See also

The xlSheetVisibility enumeration.
The worksheet object.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Microsof...', 1758199734, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Microsoft/Office/Excel/Object-Model/Worksheet/visible(51): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78