-
Hello and good morning!
I'm trying to show a VBA form in Word from VB code.
By this point, I've already started a new instance of Word and added a new doc based on specificed template. Now I want to show form frmQuestionType (user form within template to which the Word document based).
I assume the reference to the form is something like:
word.application.activeducment.frmQuestionType.show
But this syntax isn't working.... any thought or other ideas?
Mark
-
I think I know what you are trying to do. Check out the help documentation for Formfield object.