ahmed_ummu
Altın Üye
- Katılım
- 28 Mart 2011
- Mesajlar
- 750
- Excel Vers. ve Dili
- Excel 2010 Professional Plus 64 Bit
- Altın Üyelik Bitiş Tarihi
- 15-10-2026
Merhaba arkadaşlar
Aşağıdaki kodu döngü ile nasıl kısaltabilirim. Yardımcı olursanız sevinirim.
SonSatir = lb.Cells(Rows.Count, "F").End(3).Row
lb.Cells(SonSatir + 3, 2).Font.Size = 10
lb.Cells(SonSatir + 4, 2).Font.Size = 10
lb.Cells(SonSatir + 5, 2).Font.Size = 10
lb.Cells(SonSatir + 3, 3).Font.Size = 10
lb.Cells(SonSatir + 4, 3).Font.Size = 10
lb.Cells(SonSatir + 5, 3).Font.Size = 10
lb.Cells(SonSatir + 3, 5).Font.Size = 10
lb.Cells(SonSatir + 4, 5).Font.Size = 10
lb.Cells(SonSatir + 5, 5).Font.Size = 10
Aşağıdaki kodu döngü ile nasıl kısaltabilirim. Yardımcı olursanız sevinirim.
SonSatir = lb.Cells(Rows.Count, "F").End(3).Row
lb.Cells(SonSatir + 3, 2).Font.Size = 10
lb.Cells(SonSatir + 4, 2).Font.Size = 10
lb.Cells(SonSatir + 5, 2).Font.Size = 10
lb.Cells(SonSatir + 3, 3).Font.Size = 10
lb.Cells(SonSatir + 4, 3).Font.Size = 10
lb.Cells(SonSatir + 5, 3).Font.Size = 10
lb.Cells(SonSatir + 3, 5).Font.Size = 10
lb.Cells(SonSatir + 4, 5).Font.Size = 10
lb.Cells(SonSatir + 5, 5).Font.Size = 10