|
| ||||||||||
| Tags: excel command button, microsoft excel, microsoft office, office application, visual basic |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Is it possible to change the color of Microsoft Excel command button
|
|
#2
| |||
| |||
| Re: Is it possible to change the color of Microsoft Excel command button
You need to use the CommandButton object from the Controls toolbar, not the Forms toolbar. Double-click the command button while in Design Mode. It'll take you to the module for that button. Put your code in the CommandButton1_Click() sub. For help refer to the following : Add a command button (ActiveX Control) |
|
#3
| |||
| |||
| Re: Is it possible to change the color of Microsoft Excel command button
There are two types of "buttons" in excel. Buttons such as "form", where it is not possible to change the color of the button, created via the toolbox "form". The Button type "control" found in the userform, for which it is possible to change the color (among others), created via the toolbox "control". |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Is it possible to change the color of Microsoft Excel command button" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Not able to change font color in some cells of Microsoft Excel | Garsen's | MS Office Support | 2 | 01-02-2012 01:08 PM |
| How to change the line display color with the echo batch command? | coolthinking | Windows Server Help | 5 | 24-11-2011 06:14 PM |
| How to change the color of the start button in Linux mint | Ajacopa | Operating Systems | 4 | 19-01-2011 07:05 PM |
| How to change text color using 'IF" in Excel | Antrix | Windows Software | 2 | 26-06-2009 07:02 PM |
| Change IE Back Button Color | ubxoldier | Windows Software | 3 | 30-04-2009 12:00 AM |