WorksheetFunction.ImCsch (Excel)

Returns the hyperbolic cosecant of a complex number.

ImCsch (Arg1)

Arg1: Complex number for which you want the hyperbolic cosecant.


Dim strArg1 As String: strArg1 = 
Dim strImCsch As String
strImCsch = WorksheetFunction.ImCsch(Arg1:=strArg1)