Can an "IF()" statement contain a print function

G

Gord Dibben

More detail please.

Functions can return values to the cell in which they are entered.

You may need VBA to do whatever it is you wish to do, but we can determine that
after you have re-posted with a description of your needs in the body of the
post.


Gord Dibben MS Excel MVP
 
M

MAJones

Thanks,
I somewhat a novice at using Excel. What I'm trying to do is. IF(A2>0,Print
a page from a word file)
 
Top