View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Seemau Seemau is offline
external usenet poster
 
Posts: 1
Default Change the font on a text box dependant on another cell value

hi
I have a text box with a macro assigned to it. I want to be able to change
the text colour on the text box dependant on another cell.

i.e. if A1=0 then font should be grey (i.e. makes the button look inactive)
if A1=1 then font should be blue (i.e. makes the button look active).

the macro itself will only run if the A1 condition is set - but I want to
make it really simple for my dad to use.

thanx