conditionally highlight unprotected cells

  • Thread starter Thread starter Bob Arnett
  • Start date Start date
B

Bob Arnett

Is there a way in Excel 2007 to automatically highlight or format all
unprotected cells?
 
hi, Bob !
Is there a way in Excel 2007 to automatically highlight or format all unprotected cells?

try with conditional fomat (by formula) using the activecell as reference w/ cell(...) function (i.e.)

=cell("protect",a1)=0

hth,
hector.
 
Thanks, Héctor, that works great!

Héctor Miguel said:
hi, Bob !


try with conditional fomat (by formula) using the activecell as reference w/ cell(...) function (i.e.)

=cell("protect",a1)=0

hth,
hector.
 
Thanks, Héctor, that works great!

Héctor Miguel said:
hi, Bob !


try with conditional fomat (by formula) using the activecell as reference w/ cell(...) function (i.e.)

=cell("protect",a1)=0

hth,
hector.
 
Back
Top