WorksheetFunction.Sinh (Excel)
Returns the hyperbolic sine of a number.
The formula for the hyperbolic sine is
Sinh (Arg1)
Arg1: Number is any real number.
Dim dblArg1 As Double: dblArg1 =
Dim dblSinh As Double
dblSinh = WorksheetFunction.Sinh(Arg1:=dblArg1)