WorksheetFunction.ImSec (Excel)

Renvoie la sécante d’un nombre complexe.

ImSec (Arg1)

Arg1: Nombre complexe pour lequel vous souhaitez obtenir la sécante.


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