Word and VB

  • Thread starter Thread starter John Wright
  • Start date Start date
J

John Wright

I have been able to open a word document, put data in the bookmarks and print
the document using Word. Now I would like to open the document, put the
data in the bookmarks, then display the form in a vb form. So far the only
way I suspect this could happen is to use the web browser control. However,
people are not saving the document, I just want the document to display and
print from my program without launching word. Any ideas on how to show a
word document that is open in VB but not saved?

John
 
I'm assuming you mean you want to display a print preview of the Word doc,
but not allow the user to edit it.

I think this would be quite tricky, particularly if you want the preview
visible inside a VB form.
 
Back
Top