WorksheetFunction.Csc (Excel)
Returns the cosecant of an angle.
Csc (Arg1)
Arg1: The angle in radians for which you want the cosecant.
Dim dblArg1 As Double: dblArg1 =
Dim dblCsc As Double
dblCsc = WorksheetFunction.Csc(Arg1:=dblArg1)
Returns the cosecant of an angle.
Csc (Arg1)
Arg1: The angle in radians for which you want the cosecant.
Dim dblArg1 As Double: dblArg1 =
Dim dblCsc As Double
dblCsc = WorksheetFunction.Csc(Arg1:=dblArg1)