Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if the worksheet scenarios are protected. Read-only Boolean.
Syntax
expression.ProtectScenarios
expression A variable that represents a Worksheet object.
Example
This example displays a message box if scenarios are protected on Sheet1.
If Worksheets("Sheet1").ProtectScenarios Then _
MsgBox "Scenarios are protected on this worksheet."
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.