WorksheetFunction.Quotient (Excel)
Returns the integer portion of a division. Use this function when you want to discard the remainder of a division.
If either argument is nonnumeric, Quotient returns the #VALUE! error value.
Quotient (Arg1, Arg2)
Dim dblQuotient As Double
dblQuotient = WorksheetFunction.Quotient(Arg1:=, Arg2:=)
Arguments
Arg1, Arg2Arg1 - Numerator - the dividend
Arg2 - Denominator - the divisor