View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
joe joe is offline
external usenet poster
 
Posts: 62
Default conditional printing macro

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 s70 then print range("XXX")
If s80 then print range("XXX")
....

Thanks,

Joe