sirkülasyon
Altın Üye
- Katılım
- 10 Temmuz 2012
- Mesajlar
- 2,532
- Excel Vers. ve Dili
- 2021 LTSC TR
- Altın Üyelik Bitiş Tarihi
- 18-06-2026
Kod:
'Private Sub ToggleButton1_Click()
'Dim Satır As Long
'Application.ScreenUpdating = False
'If ToggleButton1 = True Then
'Rows("2:500").EntireRow.Hidden = False
'For Satır = 2 To 500
'If Cells(Satır, "a") = "" Then
'Rows(Satır).Hidden = True
'End If
'Next
'ToggleButton1.Caption = "GÖSTER"
'Else
'Cells.EntireRow.Hidden = False
'ToggleButton1.Caption = "GİZLE"
'End If
'Application.ScreenUpdating = True
'End Sub