Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using '97 and I can't seem to return the value of the checkbox.
x = Sheets("New Report").textbox1.Value -- Thanks, Ron |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Ron,
I don't see where you are checking the value of a combobox. Dan |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You used .textbox1.value
Did you want .checkbox1.value???? Ron5440 wrote: I am using '97 and I can't seem to return the value of the checkbox. x = Sheets("New Report").textbox1.Value -- Thanks, Ron -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to have Checkbox A uncheck with checked Checkbox B | Excel Discussion (Misc queries) | |||
link a checkbox in a sheet to a checkbox on a userform? | Excel Programming | |||
How do I link one checkbox to update another checkbox? | Excel Programming | |||
checkbox on form reset from checkbox on sheet | Excel Programming | |||
I want to add a checkbox at the end to return data to a separate s | Excel Programming |