WorksheetFunction.ImDiv (Excel)
Returns the quotient of two complex numbers in x + yi or x + yj text format.
Use the Complex method to convert real and imaginary coefficients into a complex number. The quotient of two complex numbers is
ImDiv (Arg1, Arg2)
Dim strImDiv As String
strImDiv = WorksheetFunction.ImDiv(Arg1:=, Arg2:=)
Arguments
Arg1, Arg2Arg1 - Inumber1 - the complex numerator or dividend
Arg2 - Inumber2 - the complex denominator or divisor