View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams (Theravance) Tim Williams (Theravance) is offline
external usenet poster
 
Posts: 5
Default 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