Workbook.Permission Property (Excel)

Returns a Permission object that represents the permission settings in the specified workbook.

Syntax

expression .Permission

expression A variable that represents a Workbook object.

Example

The following example returns the permission settings for the active workbook.

Dim objPermission As Permission 
 
Set objPermission = ActiveWorkbook.Permission

See Also

Concepts

Workbook Object

Workbook Object Members