I have a document with 4 pages, and i want to print them in full duplex mode.
I have the follow code:
dim wordobj
set wordobj = CreateObject("Word.Application"
wordobj.Visible = True
wordobj.Documents.Open document_name.doc
and now i want to print them.
Sorry for the english.
Thanks in advance.
Best regards.
I have the follow code:
dim wordobj
set wordobj = CreateObject("Word.Application"
wordobj.Visible = True
wordobj.Documents.Open document_name.doc
and now i want to print them.
Sorry for the english.
Thanks in advance.
Best regards.