N
ngohwoonhiong
i have the following declaration and piece of code
Dim netProfit As Long
netProfit = (7364 - 2298) * 20
Why does it fail with "runtime error 6" Overflow.
the result should be 101320, should be okay for Long right ?
Any help appreciated.
Thanx
Dim netProfit As Long
netProfit = (7364 - 2298) * 20
Why does it fail with "runtime error 6" Overflow.
the result should be 101320, should be okay for Long right ?
Any help appreciated.
Thanx