ColeChaW
Charlie
- Local time
- Today, 01:40
- Joined
- Aug 10, 2006
- Messages
- 36
I'm trying to print 2 copies of a Word document, collated, with the following code:
WordApp.ActiveDocument.PrintOut , , , , , , , 2, , , , True
And I've tried
WordApp.ActiveDocument.PrintOut Copies:=2, Collate:=True
I'll get my two copies, but they will not collate.
Any ideas?
WordApp.ActiveDocument.PrintOut , , , , , , , 2, , , , True
And I've tried
WordApp.ActiveDocument.PrintOut Copies:=2, Collate:=True
I'll get my two copies, but they will not collate.
