Hi,
I have a vba program with publicly declared variable arrays.
My program loops around and when it does I need to clear the array and reset all the values to zero.
What is the best way to do this? I notice that even when the program ends, the arrays still hold the values. Shouldn't the arrays be reset to zero at the end of the vba program?
Thanks
I have a vba program with publicly declared variable arrays.
My program loops around and when it does I need to clear the array and reset all the values to zero.
What is the best way to do this? I notice that even when the program ends, the arrays still hold the values. Shouldn't the arrays be reset to zero at the end of the vba program?
Thanks