S
Sticker
How can I make Excel 97 show protected cells, perhaps display them in
a different color?
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.
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 ..
Sticker said:I got it work. I wasn't doing it right. Thanks guys.