Hi,

Each worksheet has 25 pages in it.
Some have values some don't.

I was wondering if anybody cen help me with a Module Level Macro
that lets me print pages provided a cell on that page is not equal to zero (0)

Here it is:

Print page 02 if F65 <> 0
Print page 03 if F117 <> 0
Print page 04 if F169 <> 0
Print page 05 if F221 <> 0
.
.
.
Print page 25 if F1261 <> 0

(pattern is every 52 cells beginning with F65 and ending with F1261)

Anybody??

Thanks.