zSplash
2006-11-07 20:19:34 UTC
I have an addin used with many forms. I have a userform in one of the forms
that I want to access from the addin, while working the form. I do not want
to include the userform in the addin, for size reasons. How do I reference
a userform in a doc from an addin?
Unsuccessfully tried, from myAddin, accessing ufm1 in form1 by:
ufm1.show
form1.ufm1.show
form1!ufm1.show
TIA!
that I want to access from the addin, while working the form. I do not want
to include the userform in the addin, for size reasons. How do I reference
a userform in a doc from an addin?
Unsuccessfully tried, from myAddin, accessing ufm1 in form1 by:
ufm1.show
form1.ufm1.show
form1!ufm1.show
TIA!