P
Patrickw
What is the syntax to load and show a userform stored in a document
template (other than the normal template) from the normal template?
I have tried
Load ActiveDocument.myUserForm
ActiveDocument.myUserForm.Show
as well as
Load ThisDocument.myUserForm
ActiveDocument.myUserForm.Show
template (other than the normal template) from the normal template?
I have tried
Load ActiveDocument.myUserForm
ActiveDocument.myUserForm.Show
as well as
Load ThisDocument.myUserForm
ActiveDocument.myUserForm.Show