Home > Software engineering > VBA how to close the workbook before keep public variables don't release?
VBA how to close the workbook before keep public variables don't release?
Time:11-17
I have a few work table events depend on a public variable, I want to always have the function of information transmission, the common variables rather than the end of an event is released, what method?
CodePudding user response:
Defined in every work book such a public variable, and then, as long as the value of this variable is synchronous update all other corresponding variables in the workbook?