WorksheetFunction.ImTan (Excel)
Returns the tangent of a complex number.
ImTan (Arg1)
Arg1: Complex number for which you want the tangent.
Dim strArg1 As String: strArg1 =
Dim strImTan As String
strImTan = WorksheetFunction.ImTan(Arg1:=strArg1)