Protection options through VBA

  • Thread starter Thread starter Richard
  • Start date Start date
R

Richard

I currently am using:

Worksheets(Index).EnableSelection = xlUnlockedCells
Worksheets(Index).Protect

to protect my worksheets after unprotecting them for some changes. But one of the sheets needs to
allow the user to adjust the charts to suit their needs and another needs to allow the selection of
both locked and unlocked cells. I looked throughout the VB help but found no list of these constants.

What properties would give me these benefits?

Thanks,

Richard
 
Hi im new to excel programming but i have just created a workbook tha
has different parts of different sheets locked, i used a simple butto
to the tool bar which i attatched the unprotect command out of tools,
also included in the macro the facility that when you change views o
worksheets the sheet locks again.

hope it helps somehow!

Simo
 

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