View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default form button question

You can change the font color, but I believe the color of the button is
controlled by the windows settings.

--
Regards,
Tom Ogilvy


"dorre" wrote in message
...
no, i'm talking about buttons from the forms toolbar.

"tr00per" wrote in message
oups.com...
Dorre,

Are you talking about a CommandButton? If so....Yes, CommandButtons
have properties: BackColor, Visible, etc. Read about the properties of
CommandButtons in Microsoft Visual Basic Help under: CommandButton
Control.