C
Cooz
Hi everyone,
I have a modal userform that contains a button (among other controls). When
a user clicks this button, another, modeless userform (frmHelp) should be
displayed that contains information about the first form. It would be nice if
users were able to access the first form while this information is still
shown - hence the choice for modeless display.
Clicking the button results in run time error 401: Can't show non-modal form
when modal form is displayed. Both setting the ShowModal property of frmHelp
at design time to False and 'frmHelp.Show vbModeless' yield the error.
Is there any way to bypass this error and have the second form displayed
modeless just the same? Displaying the first form modeless works, but in this
way users can get at the Word document, which is out of the question.
I use Word 2003.
Thank you,
Cooz
I have a modal userform that contains a button (among other controls). When
a user clicks this button, another, modeless userform (frmHelp) should be
displayed that contains information about the first form. It would be nice if
users were able to access the first form while this information is still
shown - hence the choice for modeless display.
Clicking the button results in run time error 401: Can't show non-modal form
when modal form is displayed. Both setting the ShowModal property of frmHelp
at design time to False and 'frmHelp.Show vbModeless' yield the error.
Is there any way to bypass this error and have the second form displayed
modeless just the same? Displaying the first form modeless works, but in this
way users can get at the Word document, which is out of the question.
I use Word 2003.
Thank you,
Cooz