Printing

P

Paul M

I have a worksheet as follows
Column A Description
Column B Monthly Sales
Column c Year to Date Sales

If column C is Zero, I don't want any of that line printed.

Is this possible

Regards

Paul
 
P

Paul

Paul M said:
I have a worksheet as follows
Column A Description
Column B Monthly Sales
Column c Year to Date Sales

If column C is Zero, I don't want any of that line printed.

Is this possible

Not directly. You need to hide the lines before printing. To do this
manually, you can use Autofilter. To do it automatically you would need a
macro.
 
Top