Declaring a local variable once for all subs
If you create a variable which is globally accessible it can only have
one value at any given time. If you need local values then you need
local declarations....
Tim
On Sep 29, 4:11*am, Poniente wrote:
Hi,
I'd like to declare a variable once in an referenced xla file, in a
way that all the individual subs in the referring workbook can give it
a local value.
Is this possible?
Regards, Poniente
|