Thread: checkbox macro
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dajana
 
Posts: n/a
Default checkbox macro

I have created a macro:
Private Sub CheckBox131_Click()
Range("C26:G26").Select
Selection.Font.ColorIndex = 5
whenever I click the checkbox the text changes the color. However if I
uncheck the checkbox I would like the colour to go back to automatic black.
And then if I check it again I would like text to change color.

thanks
Dajana