Bonjour,
étant débutant en VBA Excel, l'instruction suivante ne marche pas :
Inclue dans la fonction :Code:Cells(ActiveCell.Row, ActiveCell.Column + 1).Value = 0
ou bien il manque une manip à faire sous Excel.Code:
1
2
3
4
5
6 Function actsI(Consommation As Single) As Double actsI = Consommation Cells(ActiveCell.Row, ActiveCell.Column + 1).Value = 0 End Function
Par avance merci.