View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MJKelly MJKelly is offline
external usenet poster
 
Posts: 114
Default passing a value back to original routine


Hi,

I use a peice of code 7 times (once for each day of the week), to
identify unallocated jobs.
I call this code 7 times from a routine (passing the dayname etc).

How can I add the total resulting unallocated jobs back to the
original routine, so I can use the value in an end message to the
user?

Should I just use a public variable?

Kind regards,
Matt