PDA

View Full Version : Trouble with controls on Word Doc.


Liz_I3
12-24-2004, 09:33 AM
HI
I have placed a togglebutton and a Textbox on my word2000 document. If the togglebutton1.value = true my textbox1.value = "YES", if the togglebutton1.value = false my textbox1.value = "NO". This is working, but my problem is that when I print the document I want only my text in my textbox1 to print ( the YES or NO) I do not want the togglebutton to print. I can get all to print or nothing to print , but not want I want. Is there a way to overcome this?

Any suggestions would be welcomed.

Thanks

skatonni
05-19-2006, 09:49 AM
I think you could try a "DocumentBeforePrint event" with the information found here.

http://word.mvps.org/FAQs/TblsFldsFms/HidePrintButton.htm