print only color filled rows

  • Thread starter Thread starter chief
  • Start date Start date
C

chief

what code in a command button could make it so that only rows that ar
not color filled will be printed?

thank
 
I'd use a UserDefinedFunction to return the value of the color in a help column
of cells.

Chip Pearson has a couple of functions at:
http://www.cpearson.com/excel/colors.htm

Then I'd just apply Data|Filter|autofilter to show only the rows I wanted to
print.
(custom, equal to, ...)

Then print, and data|filter|showall.

And if that helper column is too ugly, hide it before you print.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top