Printing Embedded Word Document

M

Mark

Hi -

I have a Word document embedded in a XL workbook.

I'd like to write a macro (in XL) that prints the Word document.

We recorded the steps to print the document. The recorder provided the
following limited code:

ActiveSheet.Shapes("Object 11").Select
Selection.Verb Verb:=xlPrimary

The code simply openes the document but no printing or closing.

Any suggestions?

Thank you, Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top