Jump to content

print current word document


Recommended Posts

Hi.

I'm trying to print the current word document that is open.

Is there a way to attach to the current open word doc?

I'm attaching by searching for a space.

Is there a better way?

--------------------

#include <Word.au3>

$oWordApp = _WordAttach (" ","Text")

$oDoc = _WordDocGetCollection ($oWordApp, 0)

_WordDocPrint ($oDoc, 0)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...