Exclude Individual Cells While Printing

F

Few more questions

I have a drop box with some unique keys on a quote request that makes the
address, contact, etc. pop up automatically. since we are sending this form
to a client, I do not want the drop box to print. Is there a way to exclude
only one cell while printing the rest of the sheet?
 
B

bj

one way to handle this would be to generate a print sheet. copy everythng you
want to print and paste it on th eprint sheet (of course not copying the cell
you don't want to print)
In other words, I don't know how to exclude a cell
 
D

Dave Peterson

How did you create the dropbox?

It's a combobox from the control toolbox toolbar or a dropdown from the Forms
toolbar, you can rightclick on it and then choose "Format Control"

Uncheck "Print object" on the Properties tab.
 
Top