Publisher Need Even/Odd Page Print Option

S

scdukes

I create books that are printed on both sides of the paper but like most
people don't have a duplex printer. I would like to have the option to print
the odd then the even pages that we had previously with word or atleast be
able to type in the pages to print as in 2,4,6,8,10. This option is sadly
missed and would be a wonderful update!

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...f04&dg=microsoft.public.publisher.programming
 
A

Amy

Mary,

Do I type the code exactly as it appears in the Module window? Word for word?

Thanks.

Amy
 
A

Alcide

I am getting an error at this point of the macro when I compile:

Function EvenPrint(lCopies As Long) As Boolean

'Function Stuff Removed for this Posting

OddPrint = True ' Error Here: Function Call on left-hand side of
assignment must return a Variant or Object
End Function


May have to move this discusssion to Programming.
 
E

Ed Bennett

Alcide said:
May have to move this discusssion to Programming.

You're already in .programming (by accident perhaps?)

That is careless coding, nothing more, nothing less.

In the EvenPrint functio, replace OddPrint = True with EvenPrint = True.
 
A

Alcide

Yes, I need to pay attention to where I am. Cyberspace is still a place or
places.

Good call on the macro. Each comment from you is a valuable lesson.

Thanks a million and please write a book on Publisher VBA--I will definitely
be a buyer.

Have a good weekend.
 

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