by Captain Sensible » Mon Apr 07, 2014 5:56 pm
Does VBA use global variables? In php I use a lot of session tokens basically just variables that can be accessed from memory in any routine. Is there a way I can also store VBA variables that can be used within any sub routine?
I have a few routines that run at a change in market and it seem pointless to have to rerun routines to get those variables again, I could echo them to the sheet but I'm guessing vba must handle global variables I just don't know the syntax