DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
satırını ilave edin.Dim t As Range
Sub gizle()
Application.ScreenUpdating = False
Sheets("[COLOR=red]sayfa1[/COLOR]").Select
For Each t In Range("a1:a15").Cells
If t.Value = DOĞRU Then
t.EntireRow.Hidden = True
End If
Next t
Application.ScreenUpdating = True
End Sub
Sub gizle()
For Each t In [at5:at31]
If t.Value = "" Then t.EntireRow.Hidden = True
Next
End Sub
Sub göster()
Cells.EntireRow.Hidden = False
End Sub