WorksheetFunction.ImCsc (Excel)

Returns the cosecant of a complex number.

ImCsc (Arg1)

Arg1: Complex number for which you want the cosecant.


Dim strArg1 As String: strArg1 = 
Dim strImCsc As String
strImCsc = WorksheetFunction.ImCsc(Arg1:=strArg1)