WorksheetFunction.Csch (Excel)

Returns the hyperbolic cosecant of an angle.

Csch (Arg1)

Arg1: The angle in radians for which you want the hyperbolic cosecant.


Dim dblArg1 As Double: dblArg1 = 
Dim dblCsch As Double
dblCsch = WorksheetFunction.Csch(Arg1:=dblArg1)