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
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