L
Lucien.Lineatte
cnLigne is a named group of cells in the same row
(Ville Janvier Février Mars Avril Mai Juin)
EQUIV stands for MATCH in french
When I put in a cell ( C29 in my test)
= EQUIV("janvier"; cnLigne;0)
the result is 2 and it is correct.
When I put in a VBA macro
Cells(29, "C").FormulaR1C1 = Match("janvier", cnLigne, 0)
the result is an error
erreur de compilation
Sub ou Fonction non définie (Sub or function not defined)
I have the same kind of problem with INDEX which has the same name in
french and in english.
Can anyone help me ?
Regards.
Lucien
(Ville Janvier Février Mars Avril Mai Juin)
EQUIV stands for MATCH in french
When I put in a cell ( C29 in my test)
= EQUIV("janvier"; cnLigne;0)
the result is 2 and it is correct.
When I put in a VBA macro
Cells(29, "C").FormulaR1C1 = Match("janvier", cnLigne, 0)
the result is an error
erreur de compilation
Sub ou Fonction non définie (Sub or function not defined)
I have the same kind of problem with INDEX which has the same name in
french and in english.
Can anyone help me ?
Regards.
Lucien