VBA equivalent to Excel's mod function - Stack Overflow
Is there a vba equivalent to excel's mod function? ... Be very careful with the Excel MOD(a,b) function and the VBA a Mod b operator. Excel returns a floating point result and VBA an integer....