Hey guys,
I have a project that I'm making and it contains 3 arrays. Once i run the macro, all the actions are done, but the array is not erased, if i re-run the macro the values inside keep doubling(keeps old values and adds them again).
I am using erase at the end of the last sub now to make sure that doesn't happen, but I was wondering where is it even being saved? I assumed once my subs finish running all memory is just cleared. Nor have i run into this issue before, while never erasing arrays.
Why is this happening?
I have a project that I'm making and it contains 3 arrays. Once i run the macro, all the actions are done, but the array is not erased, if i re-run the macro the values inside keep doubling(keeps old values and adds them again).
I am using erase at the end of the last sub now to make sure that doesn't happen, but I was wondering where is it even being saved? I assumed once my subs finish running all memory is just cleared. Nor have i run into this issue before, while never erasing arrays.
Why is this happening?