Print only lines that have a value in a specific colum

N

Neve

I am trying to make a page that when you click the print button, it only
prints the lines that have a value in E colum
 
D

Dave Peterson

Select your range (all of column E???)

Apply Data|Filter|Autofilter

Filter to show non-blanks
print
data|filter|show all
(to show everything)
 
Top