A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Formatting Long Documents
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Macros for booklet printing (Word 2000)



 
 
Thread Tools Display Modes
  #1  
Old July 5th, 2006, 03:03 AM posted to microsoft.public.word.formatting.longdocs
external usenet poster
 
Posts: n/a
Default Macros for booklet printing (Word 2000)

And just one more query, thankyou ever so kindly for any help.

This is an MVPS.org (lifesavers) file on booklet printing:
http://word.mvps.org/FAQs/MacrosVBA/BookletMacro.htm

Is the DuplexPrinter Macro able to print out on paper just in one go,
without turning the sheets over, as I can do this when I get to photocopy
stage. (I don't want to print both sides initially because the ink shows
through and makes it look messy.)

Also, do I copy and paste the entire Macro listed - i.e. both in one? If no,
where does one being and the other end?
Sorry, I have never used macros before . . .
--
AJ
  #2  
Old July 5th, 2006, 03:53 AM posted to microsoft.public.word.formatting.longdocs
external usenet poster
 
Posts: n/a
Default Macros for booklet printing (Word 2000)

I'm the author of the booklet printing article
(http://word.mvps.org/FAQs/Formatting...etPrinting.htm) but not the macro
(or any macro), so I can't be sure, but from the description I would guess
that what you need to do is use the Simplex macro and just print the second
pass on plain paper instead of the pages you've already printed. Or you can
do it manually (with two passes) using the method described in my article,
which, as Richard points out, does offer considerably more control and
flexibility (without any macros at all).

In Richard's article, each block that begins with Sub and a macro name is a
second macro, but you can paste them all into a single module, one at a time
or singly. For one method of doing them singly, see
http://www.gmayor.com/installing_macro.htm
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"AJ" wrote in message
news
And just one more query, thankyou ever so kindly for any help.

This is an MVPS.org (lifesavers) file on booklet printing:
http://word.mvps.org/FAQs/MacrosVBA/BookletMacro.htm

Is the DuplexPrinter Macro able to print out on paper just in one go,
without turning the sheets over, as I can do this when I get to photocopy
stage. (I don't want to print both sides initially because the ink shows
through and makes it look messy.)

Also, do I copy and paste the entire Macro listed - i.e. both in one? If
no,
where does one being and the other end?
Sorry, I have never used macros before . . .
--
AJ


  #3  
Old July 5th, 2006, 09:30 AM posted to microsoft.public.word.formatting.longdocs
external usenet poster
 
Posts: n/a
Default Macros for booklet printing (Word 2000)

I have set up the entire bulletin on 2 pages per sheet, so would rework my
template/document to Mirror Margins instead . . OK, got your article here.

I chose macro option initially as i thought it would be easier to set up -
it's for my Dad's Rotary Bulletin and I need to teach him all this . . .
Although I could do with using pagination, for both him and my own longer
docs.

So is the page numbering relatively simple to work out, if I want no
numbers, or roman numerals, on the four covers/inside covers?

--
AJ


"Suzanne S. Barnhill" wrote:

I'm the author of the booklet printing article
(http://word.mvps.org/FAQs/Formatting...etPrinting.htm) but not the macro
(or any macro), so I can't be sure, but from the description I would guess
that what you need to do is use the Simplex macro and just print the second
pass on plain paper instead of the pages you've already printed. Or you can
do it manually (with two passes) using the method described in my article,
which, as Richard points out, does offer considerably more control and
flexibility (without any macros at all).

In Richard's article, each block that begins with Sub and a macro name is a
second macro, but you can paste them all into a single module, one at a time
or singly. For one method of doing them singly, see
http://www.gmayor.com/installing_macro.htm
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"AJ" wrote in message
news
And just one more query, thankyou ever so kindly for any help.

This is an MVPS.org (lifesavers) file on booklet printing:
http://word.mvps.org/FAQs/MacrosVBA/BookletMacro.htm

Is the DuplexPrinter Macro able to print out on paper just in one go,
without turning the sheets over, as I can do this when I get to photocopy
stage. (I don't want to print both sides initially because the ink shows
through and makes it look messy.)

Also, do I copy and paste the entire Macro listed - i.e. both in one? If

no,
where does one being and the other end?
Sorry, I have never used macros before . . .
--
AJ



  #4  
Old July 5th, 2006, 04:25 PM posted to microsoft.public.word.formatting.longdocs
external usenet poster
 
Posts: n/a
Default Macros for booklet printing (Word 2000)

If you're using my method, you just create the pages in normal order as you
would any document. Header/footer and pagination are perfectly
straightforward. The print method takes care of putting the appropriate
pages together.

If the Rotary bulletin is just four pages, though (that is, a single sheet
folded in half), I wouldn't bother with any sort of booklet setup unless you
need page 1 to flow to page 2. If page 1 is a cover, I would just use a
two-column or "2 pages per sheet" format. I routinely do this with concert
programs, setting up the pages as 2 and 3, then 4 and 1. The text on page 3
flows to page 4, and page 1 is a cover.

Alternatively, you can still use "2 pages per sheet" and set the pages up in
their natural order, using the Print dialog controls to print the
appropriate facing pages.

I guess I'm lucky; the Rotary bulletin I publish is just one side (four
columns on legal-size paper with a double parallel fold); I have the outside
commercially printed with static information, so only the inside changes
from week to week.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"AJ" wrote in message
...
I have set up the entire bulletin on 2 pages per sheet, so would rework my
template/document to Mirror Margins instead . . OK, got your article here.

I chose macro option initially as i thought it would be easier to set up -
it's for my Dad's Rotary Bulletin and I need to teach him all this . . .
Although I could do with using pagination, for both him and my own longer
docs.

So is the page numbering relatively simple to work out, if I want no
numbers, or roman numerals, on the four covers/inside covers?

--
AJ


"Suzanne S. Barnhill" wrote:

I'm the author of the booklet printing article
(http://word.mvps.org/FAQs/Formatting...etPrinting.htm) but not the

macro
(or any macro), so I can't be sure, but from the description I would

guess
that what you need to do is use the Simplex macro and just print the

second
pass on plain paper instead of the pages you've already printed. Or you

can
do it manually (with two passes) using the method described in my

article,
which, as Richard points out, does offer considerably more control and
flexibility (without any macros at all).

In Richard's article, each block that begins with Sub and a macro name

is a
second macro, but you can paste them all into a single module, one at a

time
or singly. For one method of doing them singly, see
http://www.gmayor.com/installing_macro.htm
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the

newsgroup so
all may benefit.

"AJ" wrote in message
news
And just one more query, thankyou ever so kindly for any help.

This is an MVPS.org (lifesavers) file on booklet printing:
http://word.mvps.org/FAQs/MacrosVBA/BookletMacro.htm

Is the DuplexPrinter Macro able to print out on paper just in one go,
without turning the sheets over, as I can do this when I get to

photocopy
stage. (I don't want to print both sides initially because the ink

shows
through and makes it look messy.)

Also, do I copy and paste the entire Macro listed - i.e. both in one?

If
no,
where does one being and the other end?
Sorry, I have never used macros before . . .
--
AJ




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Why dont MS just f**king re-write Word from scratch? Its dogsh*t Word Hater General Discussion 30 January 7th, 2010 10:55 PM
Reveal codes in a word document FUN101 General Discussion 3 April 25th, 2006 09:03 PM
Word 97 in Windows XP to maintain formatting Charlie''s Word VBA questions General Discussion 21 October 24th, 2005 09:49 PM
Word 2000/2002 - Proper Mail Merge steps for ODBC? Tony_VBACoder Mailmerge 7 September 2nd, 2004 09:21 PM
Word 2000 DDE Speed Stefan German General Discussion 0 May 17th, 2004 04:14 PM


All times are GMT +1. The time now is 08:18 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.