Merhaba, aşağıdaki kodlarla 86. satırdan sonrasını seçmiyor. Çözümü ve nedeni hakkında bilgilendirirseniz sevinirim, teşekkürler.
Sub satirsec()
On Error Resume Next
For i = 2 To 100 Step 2
If bolge.Address = Empty Then
Set bolge = Cells(i, 1)
Else
Set bolge = Application.Union(Range(bolge.Address), Range(Cells(i, 1).Address))
End If
Next i
Range(bolge.Address).EntireRow.Select
End Sub
Sub satirsec()
On Error Resume Next
For i = 2 To 100 Step 2
If bolge.Address = Empty Then
Set bolge = Cells(i, 1)
Else
Set bolge = Application.Union(Range(bolge.Address), Range(Cells(i, 1).Address))
End If
Next i
Range(bolge.Address).EntireRow.Select
End Sub
