A
AB
Hi,
I just stumbled across this problem - i can sort it out using a
rounding calculation but anyway i was wondering if anyone had a clue
why it's happening.
so, could you please let me know why this code fires "Not match"?
if (329970.14 + 1012000) = 1341970.14 then
msgbox "Match"
else
msgbox "Not match"
End if
At the same time if i type in a cell
=(329970.14 + 1012000) = 1341970.14
it returns TRUE...
Any idea?
I just stumbled across this problem - i can sort it out using a
rounding calculation but anyway i was wondering if anyone had a clue
why it's happening.
so, could you please let me know why this code fires "Not match"?
if (329970.14 + 1012000) = 1341970.14 then
msgbox "Match"
else
msgbox "Not match"
End if
At the same time if i type in a cell
=(329970.14 + 1012000) = 1341970.14
it returns TRUE...
Any idea?