Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I have two useforms. Useform1 has a Checkbox which when ticked opens Userform2. When Userform2 is closed i would like the tick in the Checkbox in Userform1 to not be their. How would this be done please? Thanks John |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use the Terminate event of Userform2 to uncheck the form1 checkbox
Private Sub UserForm_Terminate() End Sub If this post helps click Yes --------------- Jacob Skaria "John" wrote: Hi, I have two useforms. Useform1 has a Checkbox which when ticked opens Userform2. When Userform2 is closed i would like the tick in the Checkbox in Userform1 to not be their. How would this be done please? Thanks John |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Transfer a name from one cell to another but leave clear if clear? | Excel Worksheet Functions | |||
Clear a Checkbox in a a user form | Excel Discussion (Misc queries) | |||
checkbox | Excel Discussion (Misc queries) | |||
clear the clear the web page email attachment lines | Excel Discussion (Misc queries) | |||
How to have Checkbox A uncheck with checked Checkbox B | Excel Discussion (Misc queries) |