ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Hide a Sheet (https://www.excelbanter.com/excel-programming/301694-hide-sheet.html)

AQ Mahomed

Hide a Sheet
 
Hi

Is is possible to hide a sheet.

Many Thanks
AQ



*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!

Harald Staff

Hide a Sheet
 
Hi AQ

Sub test()
Sheets(2).Visible = False
Sheets(3).Visible = xlVeryHidden
End Sub

Sheet3 will be invisible also in the Format Sheet Unhide menu.

HTH. Best wishes Harald

"AQ Mahomed" skrev i melding
...
Hi

Is is possible to hide a sheet.

Many Thanks
AQ



*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!




ross

Hide a Sheet
 
also try:
format sheets hide

ross

Harald Staff

Hide a Sheet
 
"ross" skrev i melding
om...
also try:
format sheets hide


You're absolutely right, Ross. Since this is the programming newsgroup I
assumed code, but there's nothing indicating that in the original question.

Best wishes Harald




All times are GMT +1. The time now is 07:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com