1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
| Range("C4").Select
ActiveCell.FormulaR1C1 = _
"=GETPIVOTDATA(""Dos.Nom de lUI"",'Tcd par UI'!R1C1,""Dos.Nom de lUI"",""PARIS"")"
Range("C5").Select
ActiveCell.FormulaR1C1 = _
"=GETPIVOTDATA(""Dos.Nom de lUI"",'Tcd par UI'!R1C1,""Dos.Nom de lUI"",""RENNES"")"
Range("C6").Select
ActiveCell.FormulaR1C1 = _
"=GETPIVOTDATA(""Dos.Nom de lUI"",'Tcd par UI'!R1C1,""Dos.Nom de lUI"",""NICE"")"
Range("C7").Select
ActiveCell.FormulaR1C1 = _
"=GETPIVOTDATA(""Dos.Nom de lUI"",'Tcd par UI'!R1C1,""Dos.Nom de lUI"",""LYON"")"
Range("C8").Select
ActiveCell.FormulaR1C1 = _
"=GETPIVOTDATA(""Dos.Nom de lUI"",'Tcd par UI'!R1C1,""Dos.Nom de lUI"",""MARSEILLE"")"
Range("C9").Select
ActiveCell.FormulaR1C1 = _
"=GETPIVOTDATA(""Dos.Nom de lUI"",'Tcd par UI'!R1C1,""Dos.Nom de lUI"",""AMIENS"")"
Range("C10").Select
ActiveCell.FormulaR1C1 = _
"=GETPIVOTDATA(""Dos.Nom de lUI"",'Tcd par UI'!R1C1,""Dos.Nom de lUI"",""AIN"")"
Range("C11").Select
End Sub |
Partager