Sdílet prostřednictvím


Scenario.ChangingCells Property (Excel)

Returns a Range object that represents the changing cells for a scenario. Read-only.

Syntax

expression .ChangingCells

expression A variable that represents a Scenario object.

Example

This example selects the changing cells for scenario one on Sheet1.

Worksheets("Sheet1").Activate 
ActiveSheet.Scenarios(1).ChangingCells.Select

See Also

Concepts

Scenario Object Members

Scenario Object