Bonjour le forum
Bonjour belkacem64, merci pour ta disponibilité et pour ton aide
Ok je prends , j'ai juste modifié l'es "Array", en définissant les onglets que je voulais extraire de la boucle
sub Copy_0()
Dim sh As Worksheet
Application.ScreenUpdating = False
For Each sh In Worksheets
If sh.Name <> "DELOG" And sh.Name <> "Menu" And sh.Name <> "pointage-etude" Then
Last = sh.Cells(Rows.Count, 1).End(xlUp).Row
For Each Cel In sh.Range("K2:L" & Last)
If IsEmpty(Cel) = True Then Cel.Value = 0
Next
End If
Next sh
Application.DisplayAlerts = False
End Sub
merci beaucoup pour ton aide