Unprotecting cells using VBA

N

Norman Goldsmith

Looking for advice.

What is the most efficient way to code a list of cells that are to remain
unprotected when the worksheet is later protected? The cells in question
have no distinguishing features. Each worksheet in the workbook will have a
different list of cells. The solution should allow for multiple workbooks
which can be forced to all reside in a single folder. The worksheet names
will be identical or the matching sheets will always be in the same order
within each workbook.

I'm looking for a solution that will be easy to maintain even if it means
storing the 'list of cells' in another workbook rather than in the code
itself. Working environment is Excel 2007, Windows XP.

Related question - can cells in a protected worksheet be unprotected without
first unprotecting the worksheet?

Thanks,

Norm G.
 

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