Cell Security

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to lock access to a cell or cell range?

I know it is possible to lock a cell range and then protect the worksheet,
but the locked and protected range can still be referred to, even if I
disallow selecting of locked cells.

I.e. if I lock and protect Column A, disallowing selection of locked cells;
a user can insert a formula in an unlocked cell that referrs to the locked
cell, by typing, e.g. "=a1."

Maybe this is possible in Excel 2007 but not in my version (2003).
Thanks,
Mark
 
Maybe this is possible in Excel 2007

No more than in 2003. Meaning that maybe you could do something kludgey
with a sheet change event macro, but macros can be disabled so it's hardly
fail safe.

--
Jim
| Is it possible to lock access to a cell or cell range?
|
| I know it is possible to lock a cell range and then protect the worksheet,
| but the locked and protected range can still be referred to, even if I
| disallow selecting of locked cells.
|
| I.e. if I lock and protect Column A, disallowing selection of locked
cells;
| a user can insert a formula in an unlocked cell that referrs to the locked
| cell, by typing, e.g. "=a1."
|
| Maybe this is possible in Excel 2007 but not in my version (2003).
| Thanks,
| Mark
 

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

Back
Top