WorksheetFunction.Cot (Excel)

Returns the cotangent of an angle.

Cot (Arg1)

Arg1: The angle in radians for which you want the cotangent.


Dim dblArg1 As Double: dblArg1 = 
Dim dblCot As Double
dblCot = WorksheetFunction.Cot(Arg1:=dblArg1)