Voici ma macro et je n'arrive pas a placer la ligne de commande de "schmail"
Aidez moi!!!!! Please
Sub PLVOS2()
ActiveWorkbook.Save
With ActiveWorkbook
.HighlightChangesOptions When:=xlAllChanges, Who:="Administrator"
.ListChangesOnNewSheet = True
.HighlightChangesOnScreen = False
End With
Sheets("historique").Select
Range("A2:K65533").Select
Selection.Copy
Workbooks.Open Filename:= _
"U:\COMLOG\2003\Suivi des modifications\Historique PLV 2003"
Sheets("Changements PLV OS2").Select
Range("A3").Select
ActiveSheet.Paste
Selection.Replace What:="<vide>", Replacement:="0", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False
ActiveWorkbook.Save
ActiveWorkbook.Close
End Sub