Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBA Control Items

Status
Not open for further replies.

sanjdhiman

Programmer
Jan 15, 2003
189
GB
Hi there all I have a pretty simple question... I am creating a very simple form on Word 97 and on Word 2000. But the form has a push button... to do all the calculations. What I want when the user prints the completed form is to not have any push buttons printed out with it

Im sure this is possible.. invoking print library.

Thanks in advance

Sanj
 
Look up help on the
application DocumentBeforePrint event. You can set up an application class with event handlers that will fire whenever a print job is started. This event could make the buttons temporarily invisible. You think something like that would work for you?


Rob
[flowerface]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top