Thanks for the quick reply, shg.

I'm sorry I wasn't clear in my question.

zzz = x + y
The above line of code is actually supposed to be a really long equation that I reuse in a few on my functions. Is there a way of just determining the value once in a module then being able to use that value for a few different functions without reentering it in each of my function codes?

Thanks,

Jay