WorksheetFunction.ImSec (Excel)

Returns the secant of a complex number.

ImSec (Arg1)

Arg1: Complex number for which you want the secant.


Dim strArg1 As String: strArg1 = 
Dim strImSec As String
strImSec = WorksheetFunction.ImSec(Arg1:=strArg1)