![]() |
#3
|
||||
|
||||
![]()
I believe you will need two pages if you want to get double-sided out of the printer. You could send 50 copies of a two page document as a more elegant way of getting 100 impressions.
Also, I would use content controls to hold the page x of y information as the coding will be far simpler. Aircode of the concept might be along these lines Code:
lngNum = Val(InputBox(msgPgNum, ttlPgNum, strDefault)) For lngCur = 1 to lngNum Step 2 ActiveDocument.ContentControls(1).Range.Text = lngCur & " of " & lngNum ActiveDocument.ContentControls(2).Range.Text = lngCur + 1 & " of " & lngNum Next lngCur
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
gburya | Word VBA | 26 | 07-04-2017 03:29 PM |
Formatting single sided thesis with indented tables for double sided printing | Akshara | Word | 1 | 05-01-2014 01:29 PM |
![]() |
im_rusahbh | Word VBA | 1 | 12-23-2013 05:28 PM |
Printing Double Sided Cards 4/page HELP PLEASE! | C.J. | Word | 5 | 03-27-2012 07:29 AM |
![]() |
jdwoods | Word VBA | 7 | 12-16-2011 05:11 AM |