Print multiple non-sequential pages?

J

Jack Leach

Hello, TIA

Having been playing around with various printing methods for the past week
or so, I'm noticing that I don't see any method to print via VBA a set of
pages in a non-sequential order...

DoCmd.PrintOut offers us a Range to work with, but how about particular page
selections?

Ex. Pages 1-4, 9, 15

Is the standard method for this to use PrintOut 3 times, one for 1-4,
another for 9, and another for 15? I don't see any reason why I couldn't do
this, but was wondering if the feature is built-in somewhere and I haven't
found it...


thanks



--
Jack Leach
www.tristatemachine.com

"I haven''t failed, I''ve found ten thousand ways that don''t work."
-Thomas Edison (1847-1931)
 

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