Excel 2000 - Worksheet Protection Problem

K

ksp

I need to protect only certian cells on a worksheet that contai
formula's. I have selected the entire worksheet and 'unlocked' al
cells, then locked just those cells I wish to protect, then enabled th
worksheet protection. I still need the user to be able to hide / unhid
columns & rows for flexability when printing, however as soon as
enable the protection I can no longer hide / unhide columns & rows. A
I trying to do the impossible ?? Or am I just missing something simpl
?
 
N

Norman Harker

Hi ksp!

You can allow hiding and unhiding of columns in Excel 2002 and 2003
but AFAIK this is not possible in Excel 2000.

My view would be to sacrifice protection as it is very weak anyway an
is cheaper than upgrading.

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 
A

Arvi Laanemets

Hi

Create a report sheet for printing, where you get through links from
original sheet only data needed for printing, or where the whole original
sheet along with formatting is mirrored, leaving for user hiding/unhiding
rows and columns.
 
G

Gary

Hi,
I use VB in a Macro in Excel 97. This enables filters and
Outlining.
Sub Auto_Open()
Sheets("SheetName").EnableAutoFilter = True
Sheets("SheetName").EnableOutlining = True
Sheets("SheetName").Protect Password:="forecast",
contents:=True, userInterfaceOnly:=True
End Sub
Have fun.
Gary
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top