WorksheetFunction.ImCot (Excel)
Returns the cotangent of a complex number.
ImCot (Arg1)
Arg1: Complex number for which you want the cotangent.
Dim strArg1 As String: strArg1 =
Dim strImCot As String
strImCot = WorksheetFunction.ImCot(Arg1:=strArg1)