WorksheetFunction.ImSub (Excel)

Returns the difference 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 difference of two complex numbers is

ImSub (Arg1, Arg2)


Dim strImSub As String
strImSub = WorksheetFunction.ImSub(Arg1:=, Arg2:=)

Arguments

Arg1, Arg2

Arg1 - Inumber1 - the complex number from which to subtract inumber2

Arg2 - Inumber2 - the complex number to subtract from inumber1