Printing Issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a combobox control and when printing it is displaying the
actual control. I have tried deselecting the checkbox under
menu->Tools->Options->Print Tab-> Drawing Objects and the control is still
displaying. Anyone have an idea how to make the control invisible when
printing? Prefer to use vba script behind document to make this happen so it
only applies to that document.


Thank you
 
G'day JMS <[email protected]>,

You intercept the FilePrint command using a sub of that name, either
delete or visible=false or font to hidden or whatever to hide your
bits, then do the PrintOut.

Steve Hudson - Word Heretic
Want a hyperlinked index? S/W R&D? See WordHeretic.com

steve from wordheretic.com (Email replies require payment)


JMS reckoned:
 

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

Back
Top