Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have the following code
Private Sub CheckBox1_Click() If Me.CheckBox1.Value = True Then Me.TextBox10.Value = Worksheets("Sheet4").Range("E9") Else Me.TextBox10.Value = 0 End If End Sub The problem I am having is that when I close the UserForm, the values in the textbox do not save. It seems to default to random number, in this case 74!!?? Can any one hepl? -- Tdp |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
checkbox | Excel Discussion (Misc queries) | |||
How to have Checkbox A uncheck with checked Checkbox B | Excel Discussion (Misc queries) | |||
checkBox help!!! | Excel Discussion (Misc queries) | |||
checkbox? | Excel Worksheet Functions | |||
Checkbox!! | Excel Discussion (Misc queries) |