- Katılım
- 21 Kasım 2018
- Mesajlar
- 153
- Excel Vers. ve Dili
- Excel 2013 , Türkçe
- Altın Üyelik Bitiş Tarihi
- 19-02-2020
Kod:
Private Sub CommandButton1_Click()
Me.Hide
ThisWorkbook.Unprotect Password:=""
With Sheets("İstanbul")
.Visible = True
.PrintPreview
.Visible = False
End With
ThisWorkbook.Protect Password:="", Structure:=True, Windows:=True
Me.Show
End Sub