Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]()
The following code will make the sheet 'invisible' to ordinary users:
Sub hideit() Sheets("Sheet2").Visible = xlVeryHidden End Sub To unhide it use Sub unhideit() Sheets("Sheet2").Visible = True End Sub -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200507/1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sheet Protecting password | Excel Discussion (Misc queries) | |||
Copying multiple sheets from one book 2 another and undertake spec | Excel Discussion (Misc queries) | |||
Protecting a sheet that includes a solver function | Excel Worksheet Functions | |||
Protecting a sheet that includes a solver function | Excel Worksheet Functions | |||
Naming & renaming a sheet tab | Excel Worksheet Functions |