Mod Function Returning Long
What am I missing here...
377.25 Mod 25 is returning 2 instead of 2.25. In the watch window the result
of the function is a long. Everything I have read I should be getting a
double.
Sub ModTest()
MsgBox 377.25 Mod 25
End Sub
Jim Thomlinson
|