View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
John Bundy John Bundy is offline
external usenet poster
 
Posts: 772
Default formatting backcolor on Forms Control Button

You can use RGB, scales are available online if you want a particular color.
CommandButton1.BackColor = RGB(0, 0, 100)
--
-John
Please rate when your question is answered to help us and others know what
is helpful.


"daniel" wrote:

I was curious how you could color the backcolor of a forms button using VBA.
The default is Grey, I would like to color it another color.

Thanks
--
daniel