Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Is there any way you can hide a worksheet in a workbook? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, To hide it use Sheets("Sheet1").Visible = False or to prevent someone simply unhiding it use Sheets("Sheet1").Visible = xlVeryHidden Mike "Link" wrote: Is there any way you can hide a worksheet in a workbook? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Do you click on the sheet tab? "Mike H" wrote: Hi, To hide it use Sheets("Sheet1").Visible = False or to prevent someone simply unhiding it use Sheets("Sheet1").Visible = xlVeryHidden Mike "Link" wrote: Is there any way you can hide a worksheet in a workbook? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
after using xlVeryHidden, how would I unhide the sheet in my workbook?
"Mike H" wrote: Hi, To hide it use Sheets("Sheet1").Visible = False or to prevent someone simply unhiding it use Sheets("Sheet1").Visible = xlVeryHidden Mike "Link" wrote: Is there any way you can hide a worksheet in a workbook? |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sheets("Sheet1").Visible = True
Gord Dibben MS Excel MVP On Tue, 28 Jul 2009 08:51:01 -0700, rslaughter5 wrote: after using xlVeryHidden, how would I unhide the sheet in my workbook? "Mike H" wrote: Hi, To hide it use Sheets("Sheet1").Visible = False or to prevent someone simply unhiding it use Sheets("Sheet1").Visible = xlVeryHidden Mike "Link" wrote: Is there any way you can hide a worksheet in a workbook? |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() FormatSheetHide if you don't want VBA Gord Dibben MS Excel MVP On Tue, 23 Jun 2009 07:34:01 -0700, Link wrote: Is there any way you can hide a worksheet in a workbook? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hiding the worksheet | Excel Discussion (Misc queries) | |||
Hiding a Worksheet | Excel Programming | |||
Hiding a Worksheet | Excel Programming | |||
Hiding a Worksheet | Excel Programming | |||
Hiding a Worksheet | Excel Programming |