D
Don
I'm writing a Function and need to initialize a variable to say 10,000. I
can't find a way to do this on the Dim statement. Of course I can initialize
it programmatically in the code section, but that seems overly complicated.
Is there a simple way to initialize variables?
Bear in mind I only want to initialize once and not each time the Function
is invoked.
Don
can't find a way to do this on the Dim statement. Of course I can initialize
it programmatically in the code section, but that seems overly complicated.
Is there a simple way to initialize variables?
Bear in mind I only want to initialize once and not each time the Function
is invoked.
Don