You can check the state of the checkboxes via the userform object before you unload it. So you main routine may look like this,
![]()
Sub Main() Userform1.Show msgbox Userform1.Checkbox1.Value Unload Userform1 End Sub
You can check the state of the checkboxes via the userform object before you unload it. So you main routine may look like this,
![]()
Sub Main() Userform1.Show msgbox Userform1.Checkbox1.Value Unload Userform1 End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks