WorksheetFunction.ImSech (Excel)

Returns the hyperbolic secant of a complex number.

ImSech (Arg1)

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


Dim strArg1 As String: strArg1 = 
Dim strImSech As String
strImSech = WorksheetFunction.ImSech(Arg1:=strArg1)