conditional printing macro

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

Each month I have to submit a check request for services
rendered. Each person does not necessarily get a check
each month. I have the check amounts in column s7:s39.
Is there a way to have a macro do the following:

If s7>0 then print range("XXX")
If s8>0 then print range("XXX")
....

Thanks,

Joe
 

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