Unexplained change in variable
It might help if you shows us more of the code surrounding those two
statements...
Eric
"David" wrote:
Hi Group,
I have something very strange happening, that I can not explain. I have 2
variables:
TotalValue = ActiveCell.Offset(16, 0).Value
(Gets set to 102,000, which is a correct value.)
TargetTotal = ActiveCell.Offset(64, 0).Value
(Gets set to 35000, which is a correct value, BUT TotalValue becomes 35,000)
I am not sure what I am missing in this process. Can anyone tell me why this
would happened.
Thanks,
--
David
|