Range("A1:E1").Select
ActiveCell.FormulaR1C1 = "1 Pré conditionement :"
With Selection
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlCenter
.WrapText = True
.Orientation = 0
.AddIndent = False
.ShrinkToFit = False
.MergeCells = True
End With
Range("O1:P1").Select
ActiveCell.FormulaR1C1 = "Réaliser le :"
With Selection
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlCenter
.WrapText = True
.Orientation = 0
.AddIndent = False
.ShrinkToFit = False
.MergeCells = True
End With
Range("Q1:R1").Select
ActiveCell.FormulaR1C1 = "6/21/2009"
With Selection
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlCenter
.WrapText = True
.Orientation = 0
.AddIndent = False
.ShrinkToFit = False
.MergeCells = True
End With
...
Range("A3:B5").Select
ActiveCell.FormulaR1C1 = "réf. Cellulose"
With ActiveCell.Characters(Start:=1, Length:=0).Font
.Name = "Times New Roman"
.FontStyle = "Gras"
.Size = 10
.Strikethrough = False
.Superscript = False
.Subscript = False
.OutlineFont = False
.Shadow = False
.Underline = xlUnderlineStyleNone
.ColorIndex = xlAutomatic
End With
With Selection
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlCenter
.WrapText = True
.Orientation = 0
.AddIndent = False
.ShrinkToFit = False
.MergeCells = True
End With
Range("A6:B6").Select
ActiveCell.FormulaR1C1 = "RJF00188"
With ActiveCell.Characters(Start:=1, Length:=0).Font
.Name = "Times New Roman"
.FontStyle = "Normal"
.Size = 11
.Strikethrough = False
.Superscript = False
.Subscript = False
.OutlineFont = False
.Shadow = False
.Underline = xlUnderlineStyleNone
.ColorIndex = xlAutomatic
End With
With Selection
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlCenter
.WrapText = True
.Orientation = 0
.AddIndent = False
.ShrinkToFit = False
.MergeCells = True
End With
Range("C3:F3").Select
ActiveCell.FormulaR1C1 = "masse initial"
Range("C4:D4").Select
ActiveCell.FormulaR1C1 = "avant étuve"
With ActiveCell.Characters(Start:=1, Length:=0).Font
.Name = "Times New Roman"
.FontStyle = "Normal"
.Size = 10
.Strikethrough = False
.Superscript = False
.Subscript = False
.OutlineFont = False
.Shadow = False
.Underline = xlUnderlineStyleNone
.ColorIndex = xlAutomatic
End With
Range("E4:F4").Select
ActiveCell.FormulaR1C1 = "apré etuve"
With ActiveCell.Characters(Start:=1, Length:=0).Font
.Name = "Times New Roman"
.FontStyle = "Normal"
.Size = 10
.Strikethrough = False
.Superscript = False
.Subscript = False
.OutlineFont = False
.Shadow = False
.Underline = xlUnderlineStyleNone
.ColorIndex = xlAutomatic
End With
Range("G3:J3").Select
ActiveCell.FormulaR1C1 = "Humidité"
Range("G4:H4").Select
ActiveCell.FormulaR1C1 = "etuve"
Range("I4:J4").Select
ActiveCell.FormulaR1C1 = "salle"
Range("K3:N3").Select
ActiveCell.FormulaR1C1 = "temperature"
Range("K4:L4").Select
ActiveCell.FormulaR1C1 = "etuve"
Range("M4:N4").Select
ActiveCell.FormulaR1C1 = "salle"
Range("O3:R3").Select
ActiveCell.FormulaR1C1 = "dimention"
Range("O4:P4").Select
ActiveCell.FormulaR1C1 = "longeur"
Range("Q4:R4").Select
ActiveCell.FormulaR1C1 = "largeur"
Range("C5:D5").Select
ActiveCell.FormulaR1C1 = "g"
Range("E5:F5").Select
ActiveCell.FormulaR1C1 = "g"
Range("G5:H5").Select
ActiveCell.FormulaR1C1 = "%"
Range("I5:J5").Select
ActiveCell.FormulaR1C1 = "%"
Range("K5:L5").Select
ActiveCell.FormulaR1C1 = "°C"
Range("M5:N5").Select
ActiveCell.FormulaR1C1 = "°C"
Range("O5:P5").Select
ActiveCell.FormulaR1C1 = "cm"
Range("Q5:R5").Select
ActiveCell.FormulaR1C1 = "cm"
Range("C6:D6").Select
ActiveCell.FormulaR1C1 = "217.6"
Range("E6:F6").Select
ActiveCell.FormulaR1C1 = "200"
Range("G6:H6").Select
ActiveCell.FormulaR1C1 = "35"
Range("I6:J6").Select
ActiveCell.FormulaR1C1 = "45"
Range("K6:L6").Select
ActiveCell.FormulaR1C1 = "40"
Range("M6:N6").Select
ActiveCell.FormulaR1C1 = "20"
Range("O6:P6").Select
ActiveCell.FormulaR1C1 = "241"
Range("Q6:R6").Select
ActiveCell.FormulaR1C1 = "42"
Range("B9:D9").Select
ActiveCell.FormulaR1C1 = "Observations :"
Range("A10:R10").Select
ActiveCell.FormulaR1C1 = "<> redecoupe de la cellulose"
With ActiveCell.Characters(Start:=1, Length:=0).Font
.Name = "Times New Roman"
.FontStyle = "Normal"
.Size = 10
.Strikethrough = False
.Superscript = False
.Subscript = False
.OutlineFont = False
.Shadow = False
.Underline = xlUnderlineStyleNone
.ColorIndex = xlAutomatic
End With
End Sub