WorksheetFunction.ImExp (Excel)
Returns the exponential 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 exponential of a complex number is
ImExp (Arg1)
Arg1: Inumber - a complex number for which you want the exponential.
Dim strImExp As String
strImExp = WorksheetFunction.ImExp(Arg1:=)