Print macro that hides rows before printing

  • Thread starter Thread starter rbrown999
  • Start date Start date
R

rbrown999

Hello all,

I'm trying to create a macro that prints to my CutePDF printer but first hides all rows with a "0" in Column A, so those don't print. How can I do that?

TIA
 
Hello all,
I'm trying to create a macro that prints to my CutePDF printer but
first hides all rows with a "0" in Column A, so those don't print.
How can I do that?

TIA

Use AutoFilter before printing, perhaps?

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion
 
Back
Top