#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Hiding sheets


Hi,

I would like to hide the backup-data sheets in my workbook, is this
possible?



Thanks,


Phil


--
phil2006
------------------------------------------------------------------------
phil2006's Profile: http://www.excelforum.com/member.php...o&userid=35092
View this thread: http://www.excelforum.com/showthread...hreadid=571737

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Hiding sheets


Yes.
Click Help, write Hide Sheet and you will be offered all the
information.


--
raypayette


------------------------------------------------------------------------
raypayette's Profile: http://www.excelforum.com/member.php...o&userid=29569
View this thread: http://www.excelforum.com/showthread...hreadid=571737

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Hiding sheets


phil2006 Wrote:
Hi,

I would like to hide the backup-data sheets in my workbook, is this
possible?



Thanks,


Phil


Hi phil2006,

Try Format Sheet Hide

oldchippy :)


--
oldchippy
------------------------------------------------------------------------
oldchippy's Profile: http://www.excelforum.com/member.php...o&userid=19907
View this thread: http://www.excelforum.com/showthread...hreadid=571737

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Hiding sheets


to add to Phils question.

I want to be able to hide the sheet and protect it so that to unhide it
requires a password.
But I don't want to protect the entire workbook because others need to
add to it.
I haven't found a way to protect some content from others unless I hold
it in another workbook and link them. (and unfortunately that simple
excel feature is way to much for my boss to deal with!) ;)


--
carstowal
------------------------------------------------------------------------
carstowal's Profile: http://www.excelforum.com/member.php...o&userid=37476
View this thread: http://www.excelforum.com/showthread...hreadid=571737

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Hiding sheets

You can hide a sheet and password protect the workbook under
ToolsProtectionProtect Book.

Just be aware that Excel internal passwords are very easy to crack.

You have stated you don't want to protect the workbook so method 2 is another
option.

You could through VB Editor make the sheet xlveryhidden then put password
protection on the VBA project. This password is quite a bit harder to crack.

Sub test()
Worksheets("Sheet1").Visible = xlVeryHidden
' Worksheets("Sheet1").Visible = True
End Sub


Gord Dibben MS Excel MVP


On Tue, 15 Aug 2006 10:27:55 -0400, carstowal
wrote:


to add to Phils question.

I want to be able to hide the sheet and protect it so that to unhide it
requires a password.
But I don't want to protect the entire workbook because others need to
add to it.
I haven't found a way to protect some content from others unless I hold
it in another workbook and link them. (and unfortunately that simple
excel feature is way to much for my boss to deal with!) ;)


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hiding sheets within a workbook Brian Charts and Charting in Excel 1 December 15th 05 07:14 PM
Hiding sheets - Impact on Speed Timmy Mac1 Excel Discussion (Misc queries) 4 December 13th 05 07:08 PM
Hiding and unhiding sheets D.Hay Excel Discussion (Misc queries) 2 December 10th 05 03:59 PM
Locking Sheets / Hiding Sheets Lee Harris Excel Worksheet Functions 4 November 29th 05 07:21 AM
Protection and Hiding Sheets JudithJubilee Excel Discussion (Misc queries) 4 March 4th 05 02:16 PM


All times are GMT +1. The time now is 08:12 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"