Is this a valid line of code?
DivisionInteger = Application.WorksheetFunction.Quotient(CheckValue, BoxSize)
My program creates an error, with the variable DivisionInteger being empty, and the variables CheckValue and BoxSize having values (these two variables should be enough to create a value for DivisionInteger)
When i just try the Quotient Function in a cell with 2 numbers, it works fine.
Thanks.
DivisionInteger = Application.WorksheetFunction.Quotient(CheckValue, BoxSize)
My program creates an error, with the variable DivisionInteger being empty, and the variables CheckValue and BoxSize having values (these two variables should be enough to create a value for DivisionInteger)
When i just try the Quotient Function in a cell with 2 numbers, it works fine.
Thanks.