Thanks, Jezebel, for the direction.
I wonder if my problem is something different. My addin has a userform in
the DocOpen event and some individual documents using that addin also have
userforms in their DocOpen events. Evidently, the addin's userform doesn't
appear if the individual document also has a userform in the DocOpen event.
How can I make it so that both userforms appear?
TIA
st.
> ufmGenType.Show vbmodal
>
[quoted text clipped - 14 lines]
> >
> > TIA
Jezebel - 05 May 2006 04:58 GMT
Have you checked that the addin's DocOpen event is indeed firing? (put in a
msgbox or debug.assert false statement to check).
> Thanks, Jezebel, for the direction.
>
[quoted text clipped - 28 lines]
>> >
>> > TIA