G
Guest
I have this at the beginning of my code:
Public intPhoneErrorCount As Integer
....I make it Public so that I can access that integer from different
Functions that are called. This variable doesn't clear itself after my code
is finished running, though. ...if I run the code again, this variable (a
counter) picks up from where it left off the last time I ran the code. Is
this supposed to be? Can I change this so it doesn't have this 'memory'?
thanks,
ck
Public intPhoneErrorCount As Integer
....I make it Public so that I can access that integer from different
Functions that are called. This variable doesn't clear itself after my code
is finished running, though. ...if I run the code again, this variable (a
counter) picks up from where it left off the last time I ran the code. Is
this supposed to be? Can I change this so it doesn't have this 'memory'?
thanks,
ck