Name

userpermission.Remove( )

Synopsis

Revokes a user’s permission to use a workbook. For example, the following code removes the ExcelDemo user:

    Set irm = ThisWorkbook.Permission
    Set usr = irm("ExcelDemo@Hotmail.com")
    usr.Remove

Get Programming Excel with VBA and .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.