View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
keithl816
 
Posts: n/a
Default toggle button text color


Daves code works but the font in the button comes up green, what needs
to be changed so that it is black instead of green? I've changed the
true to false so that the red shows up when ther button is pushed in,
when it's out it is green.

CODE]
If .Value = True Then
.ForeColor = &H8000000D
Else
.ForeColor = &HFF&
End If

--------------------


Thanks

Larry


--
keithl816
------------------------------------------------------------------------
keithl816's Profile: http://www.excelforum.com/member.php...o&userid=21287
View this thread: http://www.excelforum.com/showthread...hreadid=393822