WorksheetFunction.ImCosh (Excel)
Returns the hyperbolic cosine of a complex number.
ImCosh (Arg1)
Arg1: Complex number for which you want the hyperbolic cosine.
Dim strArg1 As String: strArg1 =
Dim strImCosh As String
strImCosh = WorksheetFunction.ImCosh(Arg1:=strArg1)