Bonjour,
J'ai un fichier excel 2003 et je cherche a comprendre la macro suivante:
Sub Calcul()
Application.Goto Reference:="dette_calculée"
Selection.Copy
Application.Goto Reference:="dette_max"
Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _...