Printing Help!

T

Tegan

I am making a form in which I type the information in Excel, then I already
have forms made up and printed.
Is there anyways that I can have the label show up on my screen so I know
what to type, but not to actually print? Only print the information I have
beside it?
 
J

JMay

The labels you create on your worksheet must be created using the Control
Toolbox (Active X COntro;s) -- There is a property of the label entitled
PrintObject --
Set it to False.
 
Top