Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
Private Sub CheckBox1_Click() End Sub I would like to click on the Check Box feature and have the word "Close" appear in cell D30; however when I reclick the Check Box and remove the check mark I would like cell D30 blank. Thank you in advance Susan |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
susan,
Private Sub CheckBox1_Click() if checkbox1.value = true then range("d30").value = "Close" _ else range("d30").value = "" end sub ben "Susan Hayes" wrote: Hello Private Sub CheckBox1_Click() End Sub I would like to click on the Check Box feature and have the word "Close" appear in cell D30; however when I reclick the Check Box and remove the check mark I would like cell D30 blank. Thank you in advance Susan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
make a check form, and then have info go to a check register | Excel Worksheet Functions | |||
Copy and move check box (check boxes) with new cell link? | Excel Worksheet Functions | |||
Increase size of a Forms Check Box (click on to enter check mark) | Excel Discussion (Misc queries) | |||
Check if Conditional Format is True or False / Check cell Color | Excel Worksheet Functions | |||
Enable check box in protected sheet + group check boxes | Excel Discussion (Misc queries) |