- Katılım
- 4 Haziran 2008
- Mesajlar
- 798
- Excel Vers. ve Dili
- Excel 2021 TÜRKÇE
Benim yapmak istediğm aşağıdaki kodu Sayfa2 için Sayfa1 den çalıştırmak. bunun için kod üzerinde nasıl bi değişiklik yapabiliriz?
Sub SIRALA()
Application.Calculation = xlCalculationManual 'hızlandırmak için
Range("B4:K65536").Sort key1:=Range("C4"), ORDER1:=xlDescending
Range("C3:C378").Select
Range(Selection, Selection.End(xlDown)).Select
Selection.NumberFormat = "0.00%"
Range("P4:Y65536").Sort key1:=Range("Q4"), ORDER1:=xlDescending
Range("Q3:Q378").Select
Range(Selection, Selection.End(xlDown)).Select
Selection.NumberFormat = "0.00%"
End Sub
Sub SIRALA()
Application.Calculation = xlCalculationManual 'hızlandırmak için
Range("B4:K65536").Sort key1:=Range("C4"), ORDER1:=xlDescending
Range("C3:C378").Select
Range(Selection, Selection.End(xlDown)).Select
Selection.NumberFormat = "0.00%"
Range("P4:Y65536").Sort key1:=Range("Q4"), ORDER1:=xlDescending
Range("Q3:Q378").Select
Range(Selection, Selection.End(xlDown)).Select
Selection.NumberFormat = "0.00%"
End Sub
