Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() If you want to keep the checkbox value each time you change it, you could define names to store the values and hide them. Names.Add Name:="Storevalue1", RefersTo:=value Next time you open the form, read values from the name with: checkbox1.value = [Storevalue1] Regards. -- dbarelli ------------------------------------------------------------------------ dbarelli's Profile: http://www.excelforum.com/member.php...o&userid=31275 View this thread: http://www.excelforum.com/showthread...hreadid=509423 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I add a box that marks a check when clicked in excel? | Excel Discussion (Misc queries) | |||
Text Boxes and Check Marks | Excel Discussion (Misc queries) | |||
Check marks | Excel Discussion (Misc queries) | |||
formula needed to sum check marks | Excel Worksheet Functions | |||
check marks | New Users to Excel |