Remove Permissions : Office Permmison « Application « VBA / Excel / Access / Word






Remove Permissions

 
Sub RemovePermissions()
    Dim myPermission As Office.Permission
    Set myPermission = ThisWorkbook.Permission
    myPermission.Enabled = False
End Sub

 








Related examples in the same category

1.Enable permission
2.Add users
3.The Permission of current workbook
4.Show User Permissions
5.Show Permissions
6.Set office Permission