Sub ImprimerParticipants()
Sheets("ListeDesParticipantsJeunes").PageSetup.PrintArea = "$A$1:$H$" & Sheets("ListeDesParticipantsJeunes").Range("A1000").End(xlUp).Row
If Application.Dialogs(Excel.XlBuiltInDialog.xlDialogPrinterSetup).Show Then
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True
MsgBox "impression réalisée"
End If
End Sub
Sub ImprimerParticipants()
Sheets("ListeDesParticipantsJeunes").PageSetup.PrintArea = "$A$1:$H$" & Sheets("ListeDesParticipantsJeunes").Range("A1000").End(xlUp).Row
If Application.Dialogs(Excel.XlBuiltInDialog.xlDialogPrinterSetup).Show Then
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True
MsgBox "impression réalisée"
End If
End Sub