5 messages in org.openoffice.fr.progRe: [prog] appel fonction depuis calc
FromSent OnAttachments
zorglub.1erAug 1, 2007 9:51 am 
christianwtdAug 1, 2007 10:21 am 
zorglub.1erAug 2, 2007 1:27 am 
christianwtdAug 2, 2007 2:30 am 
aladdinAug 2, 2007 12:12 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [prog] appel fonction depuis calcActions...
From:christianwtd (chri@free.fr)
Date:Aug 1, 2007 10:21:35 am
List:org.openoffice.fr.prog

zorglub.1er a écrit :

Bonjour,

Comment faire pour appeler (quand on en a besoin) une fonction qu'on a faîte sous forme de macro à partir de Calc ?

Merci d'avance ;0)

Bonsoir,

Tu l'appelles avec le nom que tu as créé. Par =MAFONCTION(A1; A2) Pas causant ? Autre exemple :

Function SurfaceCercle(Rayon) SurfaceCercle = Rayon * Rayon * Pi End Function

ensuite dans Calc : =SURFACECERCLE(10) par exemple.

Bon surf, Christian