How do I insert a Visual Basic form into a Word document?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to set up an engineering analysis template in Visual Basic and
would like to integrate VB forms into a Word document. Does anyone have any
tips on how to accomplish this?
 
You can create UserForms right in the VB Editor within
Word -- and can store them and the code that runs them
directly in the document or in a separate template that
generates and integrates with specific documents.

If you're looking for the basics of creating VBA
UserForms, there's a tutorial at the MSDN Library. Here's
the link: http://msdn.microsoft.com/library/default.asp?
url=/library/en-
us/dnoffpro01/html/IntroductiontoUserFormsPartI.asp

I've not read that particular article -- but I used the
library frequently when learning VBA myself and found it
invaluable.

If your question is more specific, post more detail or
email me and I'll be glad to help if I can. Feel free to
email a sample of what you're trying to do.

Stephanie Krieger
author of Microsoft Office Document Designer
email: (e-mail address removed)
blog: arouet.net
 
Back
Top