ChangingCells Property

Applies To

Scenario Object.

Description

Accessor. 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