Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returns True if the specified workbook is open in a Protected View window. Read-only.
Syntax
expression.IsSandboxed
expression A variable that represents an Application object.
Return value
Boolean
Remarks
Use the IsSandboxed property to determine if a workbook is open in a Protected View window.
Example
The following code example displays whether the specified workbook is open in a Protected View window.
Sub CheckIfSandboxed(wbk As Workbook)
MsgBox wbk.Application.IsSandboxed
End Sub
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.