Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
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 "Help appreciated!" Help wrote in message ... 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? |
#3
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
Can you suggest a macro that would select the rows based upon the checkbox
being clicked? "Herb Tyson [MVP]" wrote: 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 "Help appreciated!" Help wrote in message ... 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? |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Always leave blank rows in a table regardless of rows in source do | Mailmerge | |||
When I copy 3 rows in a table the rows get out of size | Tables | |||
add rows to Word table | Tables | |||
How do I format rows in a table in Word? (i.e. $,%,etc) | Tables | |||
How do I keep rows of a table together in Word? | Tables |