Public Sub ShowViews()
    ActiveSheet.Unprotect
    Application.Dialogs(xlDialogCustomViews).Show
    ActiveSheet.Protect
End Sub