#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Check Boxes

I have check boxes that I would like to see change color when checked. Help
please for a novice
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default Check Boxes

Hi,

Here is the basic idea, you will need code, and you should attach it to a
Control Toolbox checkbox:

Private Sub CheckBox1_Click()
Me.CheckBox1.BackColor = RGB(0, 128, 64)
End Sub


--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"wimiko" wrote:

I have check boxes that I would like to see change color when checked. Help
please for a novice

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 99
Default Check Boxes

Hi,

There is another way using conditional formatting. Suppose youwant the
checkbox red when unchecked and green when checked.
Create a checkbox from the Forms toolbar. Format control it with a cell link
of the cell you are going to position it in. Apply a red fill and red text to
that cell.
Drag your checkbox onto the cell, increase the cells height and width
slightly to fit, and make it snap to the cells borders by using the snap to
grid feature on the Drawing toolbar.
Then, using the arrow keys, move to the cell and apply conditional
formatting such that Cell value is equal to TRUE, and format the fill pattern
and text to be green.

Now the checkbox will switch between red and green if you check it.

Dave


"wimiko" wrote:

I have check boxes that I would like to see change color when checked. Help
please for a novice

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Check boxes Excel Learner Excel Discussion (Misc queries) 1 November 24th 08 11:26 PM
How do I increase the size of check in check boxes Adams, Les Excel Discussion (Misc queries) 0 September 19th 06 02:35 PM
Enable check box in protected sheet + group check boxes Dexxterr Excel Discussion (Misc queries) 4 August 2nd 06 12:00 PM
How do i create a value for check boxes or option boxes Tim wr Excel Discussion (Misc queries) 1 February 9th 06 10:29 PM
Check Boxes paul Excel Worksheet Functions 0 February 4th 06 01:09 PM


All times are GMT +1. The time now is 04:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"