command button colour

C

chrisdarl

Hi, can you change the colour of a command button that is inserted on
sheet not a form?

If it can be done, how?

Thanks Chri
 
C

Charles May

Right-Click select properties and change the BackColor property to the color
you want

Charlie
 
B

Bob Phillips

As long as it is a toolbox control, not a form control.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

Charles May said:
Right-Click select properties and change the BackColor property to the color
you want

Charlie
 
C

chrisdarl

Hi, i have a command button on a sheet, this was inserted using the for
toolbar, it is not in a form or anything. i am wanting to change th
back colour of the button, can this be done in VBA?

Thanks Chris
 
Top