print only certain rows from a word table

H

Help appreciated!

I want to print only certain rows from a table. I and others would select
rows to be printed via a check box. Selected rows would print out without any
blank rows between them. Any way I can do this?
 
H

Herb Tyson [MVP]

There is no built-in way to do this, since Word will not print
non-contiguous selections. You would need to write a macro that selects rows
based upon the checkboxes, copies the selection to the clipboard, pastes to
a new temporary working window, prints from there, closes the temporary
working window without saving, and then returns to the original document
window.

--

Herb Tyson MS MVP
Author of the Word 2007 Bible
Blog: http://word2007bible.herbtyson.com
Web: http://www.herbtyson.com
 
H

Help appreciated!

Can you suggest a macro that would select the rows based upon the checkbox
being clicked?
 

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