WorksheetFunction.ImConjugate (Excel)

Returns the complex conjugate of a complex number in x + yi or x + yj text format.

Use the Complex method to convert real and imaginary coefficients into a complex number. The conjugate of a complex number is

ImConjugate (Arg1)

Arg1: Inumber - a complex number for which you want the conjugate.


Dim strImConjugate As String
strImConjugate = WorksheetFunction.ImConjugate(Arg1:=)