April 2006
Beginner
1114 pages
98h 16m
English
userpermission.Remove( )
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.RemoveRead now
Unlock full access