View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Mark is offline
external usenet poster
 
Posts: 989
Default Printing Embedded Word Document

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