View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default printing certain rows


Try using DataFilterAutofilter and when you filter out the Falses, print
what's visible.


Gord Dibben MS Excel MVP

On Mon, 19 Jun 2006 20:21:30 -0500, pbell419
wrote:


i want to print certain rows if a column has either a true or a false in
it. if the column has true, than i want it to print it. false would not
be printed. i am totally clueless on how to do this..