Is there any way to make a variable accessible to all the procedures in a project while still making the value of that variable static once it gets assigned/calculated??
I have at least one variable that I'd like to use & refer to (not always in the same order) in at least half a dozen macros, but I want to make sure that the variable's value stays the same. I suppose I could theoretically reset & recalculate the variable at the start of each macro, but I'd definitely prefer not to.
So is there anything I can do to get a static global variable??
Bookmarks