Display protected cells?

  • Thread starter Thread starter Sticker
  • Start date Start date
S

Sticker

How can I make Excel 97 show protected cells, perhaps display them in
a different color?
 
If you're not using Format|conditional formatting, you could select your range
(say A1:Z999) and with A1 the activecell:

Format|conditional formatting|
Formula is: =cell("protect",a1)
And format the way you want.
 
If you're not using Format|conditional formatting, you could select your range
(say A1:Z999) and with A1 the activecell:

Format|conditional formatting|
Formula is: =cell("protect",a1)
And format the way you want.

That doesn't seem to work.
 
That doesn't seem to work ..

Dave's suggestion works fine for me (I'm using xl97)

Maybe try unprotecting the sheet first, then apply
the conditional formatting as suggested by Dave

(the protected cells in the selected range will appear as formatted)

And then re-protect the sheet ..
 
Dave's suggestion works fine for me (I'm using xl97)

Maybe try unprotecting the sheet first, then apply
the conditional formatting as suggested by Dave

(the protected cells in the selected range will appear as formatted)

And then re-protect the sheet ..

I got it work. I wasn't doing it right. Thanks guys.
 

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