Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Maia
 
Posts: n/a
Default Grouping in protected sheets

Hi,

I have a sheet where I need to protect some formulas so that people won't
mess them. However, when I do this Excel does not let me use the + (or -)
buttons to open the groupings.
Any suggestions how to handle this problem?

thanks in advance!!

Maya


  #2   Report Post  
Jim Rech
 
Posts: n/a
Default

You have to set the worksheet's EnableOutlining property to true.
Unfortunately this is a setting that must be set every time you open the
workbook because it does not stick.

You can run this code in your workbook's startup macro to handle this.

With Worksheets("Sheet1")
.EnableOutlining = True
.Protect Password:="pass"
End With


--
Jim Rech
Excel MVP
"Maia" wrote in message
...
| Hi,
|
| I have a sheet where I need to protect some formulas so that people won't
| mess them. However, when I do this Excel does not let me use the + (or -)
| buttons to open the groupings.
| Any suggestions how to handle this problem?
|
| thanks in advance!!
|
| Maya
|
|


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
Multiple sheets selected twa14 Excel Discussion (Misc queries) 2 December 21st 04 11:15 AM
Printing separate sheets on one paper sheet Attyla Excel Discussion (Misc queries) 2 December 19th 04 05:58 PM
Linking sheets to a summary sheet in workbook gambinijr Excel Discussion (Misc queries) 4 December 16th 04 08:13 PM
linking multiple sheets to a summary sheet greg g Excel Discussion (Misc queries) 1 December 16th 04 07:43 AM
Protected cells -automatically format to a different color Fred Evans Excel Discussion (Misc queries) 9 December 3rd 04 12:59 PM


All times are GMT +1. The time now is 12:23 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"