Il s'arréte sur Worksheets...
Sinon si je le met sur la feuille (RESUME) tu crois que ça peux simplifier?
EDIT :
Voila j'ai ça :
Sub Macro4()
'
' Macro4 Macro
' Macro enregistrée le 19/02/2016 par sduvivier
'
'
With ActiveSheet.PageSetup
.PrintTitleRows = "$1:$1"
.PrintTitleColumns = ""
End With
ActiveSheet.PageSetup.PrintArea = "$A$1:$C$93"
With ActiveSheet.PageSetup
.LeftHeader = "&G"
.CenterHeader = "&""Arial,Gras""&16AFFAIRE :"
.RightHeader = Range("K1")
.LeftFooter = "sduvivier"
.CenterFooter = "Page &P"
.RightFooter = "&D"
.LeftMargin = Application.InchesToPoints(0.393700787401575)
.RightMargin = Application.InchesToPoints(0.393700787401575)
.TopMargin = Application.InchesToPoints(0.94488188976378)
.BottomMargin = Application.InchesToPoints(0.94488188976378)
.HeaderMargin = Application.InchesToPoints(0.511811023622047)
.FooterMargin = Application.InchesToPoints(0.511811023622047)
.PrintHeadings = False
.PrintGridlines = False
.PrintComments = xlPrintNoComments
.PrintQuality = 600
.CenterHorizontally = False
.CenterVertically = False
.Orientation = xlPortrait
.Draft = False
.PaperSize = xlPaperA4
.FirstPageNumber = xlAutomatic
.Order = xlDownThenOver
.BlackAndWhite = False
.Zoom = 100
.PrintErrors = xlPrintErrorsDisplayed
End With
End Sub
Par contre, je sais pas changé ni la taille ni le mettre en gras...