6 messages in org.openoffice.fr.progRe: [prog] Attribution .Formula erreur
FromSent OnAttachments
JovialOct 24, 2004 10:16 am 
BobOct 24, 2004 10:17 am 
BobOct 24, 2004 10:25 am 
JovialOct 24, 2004 12:14 pm 
Vincent MorlotOct 24, 2004 12:21 pm 
BobOct 24, 2004 12:21 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] Attribution .Formula erreurActions...
From:Vincent Morlot (vinc@free.fr)
Date:Oct 24, 2004 12:21:02 pm
List:org.openoffice.fr.prog

Bonsoir ou plus simplement MaFeuille.getcellRangebyName("B2").FormulaLocal= "=FIN.MOIS(AUJOURDHUI();0)"

Bob a écrit :

Jovial wrote:

Bonjour

En B2 ma formule =FIN.MOIS(AUJOURDHUI();0) me donne le dernier jour du mois

Je veux inscrire la même formule par macro je fais MaFeuille.getcellRangebyName("B2").Formula = "=FIN.MOIS(AUJOURDHUI();0)"

ça doit être ça : =EOMONTH(TODAY();0)