
Signature
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
I'm not entirely sure what you mean by a sub-form (VBA Userforms are not
like Access Forms). Do you somehow have the subform embedded as a control in
the main form or is it simply a second userform that you (are trying to)
show and hide independently? If the former, I have no clue. If the latter, I
think we'll need some more details and/or some code - I can't reproduce it
at all in a quick test.
--
Enjoy,
Tony
> I have a userform that is modeless so I can swith to and from the form and
> the activedocument. In this userform there is a sub-form (a form that is
[quoted text clipped - 18 lines]
> http://gregmaxey.mvps.org/word_tips.htm
> For some helpful tips using Word.
Greg Maxey - 15 Oct 2005 14:02 GMT
Tony,
I can't duplicate it this morning either either. I think I might have had a
mild glitch and things got sorted out after saving and closing Word last
night.
What I meant by sub-form is a second user form that is called from a form in
use. So it is a second userform that I want to show "if" a certain
condition is created in the first form to handle that condition, close, and
redisplay the original form. Again things appear to be working now.

Signature
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
> I'm not entirely sure what you mean by a sub-form (VBA Userforms are not
> like Access Forms). Do you somehow have the subform embedded as a control
[quoted text clipped - 33 lines]
>> http://gregmaxey.mvps.org/word_tips.htm
>> For some helpful tips using Word.