Results 1 to 2 of 2

Thread: VB to Word VBA form reference

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2000
    Posts
    17
    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

  2. #2
    Addicted Member
    Join Date
    Jan 2000
    Location
    Fresno, California, USA
    Posts
    195
    I think I know what you are trying to do. Check out the help documentation for Formfield object.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width