View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jim Cone[_2_] Jim Cone[_2_] is offline
external usenet poster
 
Posts: 1,549
Default command button colour


youcancoloracommandbuttonusingcodesimilartothefoll owing:CommandButton1.BackColor=RGB(111,222,333)
--
Jim Cone
Portland, Oregon USA



"Steve davis"
wrote in message
...
hi i have 3 form button at the moment that when u click run there code
and they also change the colour of the text from green to red and the next
buton from red to green that way if u get pulled away u now were u are but
would like to use command buttons as u can change the face colour not just
the text is there a vb code to change the button colour if so could u please
tell me