Arkadaşlar bo kodlarda ne eksik anlayamadım. Bir sayfada otomatik olarak açlışmasını istiyorum, başka bir sayfada eklenene verilere bağlı olarak bu kos-dların otomatik olarak çalışmasını istiyorum ama sanırım birşey eksik, yardımcı olursanız sevinirim.
Sub MAKRO1()
Range("G7").Select
ActiveSheet.PivotTables("Özet Tablo 1").RefreshTable
Range("G2:G11").Select
Selection.Sort Key1:="R2C7", Order1:=xlDescending, Type:=xlSortValues, _
OrderCustom:=1, Orientation:=xlTopToBottom
Range("J2:J11").Select
Selection.Sort Key1:="R2C10", Order1:=xlDescending, Type:=xlSortValues, _
OrderCustom:=1, Orientation:=xlTopToBottom
Range("I2:I11").Select
Selection.Sort Key1:="R2C9", Order1:=xlDescending, Type:=xlSortValues, _
OrderCustom:=1, Orientation:=xlTopToBottom
End Sub
Sub MAKRO1()
Range("G7").Select
ActiveSheet.PivotTables("Özet Tablo 1").RefreshTable
Range("G2:G11").Select
Selection.Sort Key1:="R2C7", Order1:=xlDescending, Type:=xlSortValues, _
OrderCustom:=1, Orientation:=xlTopToBottom
Range("J2:J11").Select
Selection.Sort Key1:="R2C10", Order1:=xlDescending, Type:=xlSortValues, _
OrderCustom:=1, Orientation:=xlTopToBottom
Range("I2:I11").Select
Selection.Sort Key1:="R2C9", Order1:=xlDescending, Type:=xlSortValues, _
OrderCustom:=1, Orientation:=xlTopToBottom
End Sub