Unexplained change in variable
Hello Again,
I did try to Dim these two values and it made the difference. They are the
only 2 that are Dim-ed. I still am not sure why I had to do this, but it did
worked.
Any idea why?
Thanks,
--
David
"ker_01" wrote:
"AB" wrote:
From the top of my head the first reason that would come to my mind is
that somewhere in your code you're passing your variable (TotalValue)
ByRef and not ByVal and that makes the two variables being pretty much
one variable (when one changes, so does the other.
That would make sense...
|