Showing userforms inline in Word Doc?

P

Paul Schrum

I would like to make my userforms appear in a Word Document inline
with text, as if it were an image or other object, including reflowing
with text formatting and hiding in outline view.

Does anyone know if this is possible and how to do it?

My reason for this is to use Word to write up application
specifications and use the VBA editor as a dialog box editor which
would automatically show the userforms in the text.

Here's hoping. :)

- Paul Schrum
 
S

Stefan Blom

Hmm, you can make the UserForm nonmodal (set the ShowModal property to FALSE). Then you can work with content in the document while leaving the UserForm displayed.

Stefan Blom
Microsoft Word MVP



________________________________
"Paul Schrum" wrote in message
I would like to make my userforms appear in a Word Document inline
with text, as if it were an image or other object, including reflowing
with text formatting and hiding in outline view.

Does anyone know if this is possible and how to do it?

My reason for this is to use Word to write up application
specifications and use the VBA editor as a dialog box editor which
would automatically show the userforms in the text.

Here's hoping. :)

- Paul Schrum
 
Top