Arkadaşlar, Bu kod çok yavaş nasıl hızlandırabilirim.
Kod:
For i = 0 To Me.ListBox1.ListCount - 1
'Range("a65536").End(3)(2, 1) = Me.ListBox1.List(i, 0)
'Range("a65536").End(3)(1, 2) = Me.ListBox1.List(i, 5)
'Range("a65536").End(3)(1, 3) = Me.ListBox1.List(i, 2)
'Range("a65536").End(3)(1, 4) = Me.ListBox1.List(i, 6)
'Range("a65536").End(3)(1, 5) = Me.ListBox1.List(i, 4)
'Next i
