Document Preview

D

DMc2007

Hi All

What I would like to do, is to on a Word UserForm is to get a preview of a
Word Document.

Any ideas.

Regards

D
 
J

Jonathan West

DMc2007 said:
Hi All

What I would like to do, is to on a Word UserForm is to get a preview of a
Word Document.

Any ideas.


Unfortunately, there is no facility for displaying a preview of a document
on a userform.

You would need to create a graphic of whichever part of the document you
want to display, and then show that graphic in an Image control.
 
Top