Clear Checkbox

J

John

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
 
J

Jacob Skaria

Use the Terminate event of Userform2 to uncheck the form1 checkbox

Private Sub UserForm_Terminate()

End Sub

If this post helps click Yes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top