ChangingCells Property
Applies To
Scenario object.
Description
Returns a Range object that represents the changing cells for a scenario. Read-only.
See Also
ChangeScenario method, Comment property.
Example
This example selects the changing cells for scenario one on Sheet1.
Worksheets("Sheet1").Activate
ActiveSheet.Scenarios(1).ChangingCells.Select