WorksheetFunction.ImSinh (Excel)

Returns the hyperbolic sine of a complex number.

ImSinh (Arg1)

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


Dim strArg1 As String: strArg1 = 
Dim strImSinh As String
strImSinh = WorksheetFunction.ImSinh(Arg1:=strArg1)