DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub CommandButton5_Click()
If CommandButton5.Caption = "GİZLE" Then
Application.Visible = False
CommandButton5.Caption = "GÖSTER"
'c = 0
Exit Sub
End If
Application.Visible = True
CommandButton5.Caption = "GİZLE"
'c = 1
End Sub