Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there a way to make a cell that includes a checkbox change color when the
box is checked? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you know the cell address (P10 in this code) then you can do the following
in the click event for chkbox Ck1; Private Sub Ck1_Click() Range("P10").Select With Selection.Interior .ColorIndex = 36 .Pattern = xlSolid End With 'Selection.Font.ColorIndex = 46 'Selection.FormulaR1C1 = "Test" End Sub -- Always provide your feedback... "Electric Julie" wrote: Is there a way to make a cell that includes a checkbox change color when the box is checked? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change Text Color in one cell based upon entry in referenced cell | Excel Discussion (Misc queries) | |||
Control Data Entry - push entry to next cell | Excel Discussion (Misc queries) | |||
restricting entry into a cell based on entry to a previous cell | New Users to Excel | |||
Cell Entry That Locks Selected Cells From Any Data Entry. | Excel Worksheet Functions | |||
Recolor Cell based on Sum of Zero | Excel Worksheet Functions |