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:
 
Back
Top