Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
How do I change a Command Buttons €˜back color in code from a Toolbar Form in an Excel Worksheet? Thanks Paul |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
So it appears the the command button is in worksheet and not in user form.
Let's say the command button is 'CommandButton5' The code can simply be Sheet1.CommandButton5.BackColor = RGB (255,0,0) Sharad "Paul" wrote in message ... Hi, How do I change a Command Button's 'back color' in code from a Toolbar Form in an Excel Worksheet? Thanks Paul |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If the command bar is from the Forms toolbar, you cannot change
the back color. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Paul" wrote in message ... Hi, How do I change a Command Button's 'back color' in code from a Toolbar Form in an Excel Worksheet? Thanks Paul |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
command code ( GOTO command) in formula | New Users to Excel | |||
Pivot Table Error Message - "Command Text not set for command obje | Excel Discussion (Misc queries) | |||
copy back macro/roll back | Excel Worksheet Functions | |||
how do i trace back my sort command on a column ????? | Charts and Charting in Excel | |||
The command bar in Excel has been deleted. How do I get it back? | Excel Discussion (Misc queries) |