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
