VBA problem in Word

  • Thread starter Pitaridis Aristotelis
  • Start date
P

Pitaridis Aristotelis

Hi,



Can someone help me to write a vba script which will print the document
using the following logic:



For example I have a document which consists of 10 pages. I want to print
the pages 10, 8, 6, 4, 2 and the script will wait using an msgbox. After
that I will put the pages again in the printer upside down and when I will
press the ok button of the msgbox, the script will print the pages 1, 3, 5,
7, 9. This script will save me time because I manually change the order of
the pages after the print of the first side of the pages.



Thanks



Aristotelis
 
M

Malcolm Smith

[email protected] (Pitaridis said:
*From:* "Pitaridis Aristotelis" <[email protected]>
*Date:* Mon, 15 Jan 2007 14:00:10 +0200

Hi,



Can someone help me to write a vba script which will print the document
using the following logic:



For example I have a document which consists of 10 pages. I want to
print the pages 10, 8, 6, 4, 2 and the script will wait using an
msgbox. After that I will put the pages again in the printer upside
down and when I will press the ok button of the msgbox, the script will
print the pages 1, 3, 5, 7, 9. This script will save me time because I
manually change the order of the pages after the print of the first
side of the pages.



Thanks



Aristotelis


Give me a day or so to get over this near-terminal hangover and I'll knock
up some code for you.

- Malc
 
P

Pitaridis Aristotelis

Thank you very much

Ï "Malcolm Smith said:
Give me a day or so to get over this near-terminal hangover and I'll knock
up some code for you.

- Malc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top