J
Jim M
I am trying to design a user form to function as a "Accept
our Terms" form the first time someone opens the file. I
have the ShowModal Property of the form set to True and
use the following code to load the form:
Sub Auto_Open()
If NotAccepted Then frmAgree.Show (vbApplicationModal)
The form loads OK but you can then click on the underlying
worksheet and work normally with the user form still
open. Shouldn't this force the user form to have to be
closed before the worksheet can be accessed?
Thanks
Jim
our Terms" form the first time someone opens the file. I
have the ShowModal Property of the form set to True and
use the following code to load the form:
Sub Auto_Open()
If NotAccepted Then frmAgree.Show (vbApplicationModal)
The form loads OK but you can then click on the underlying
worksheet and work normally with the user form still
open. Shouldn't this force the user form to have to be
closed before the worksheet can be accessed?
Thanks
Jim