ChangingCells Property

Microsoft Excel Visual Basic

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

Example

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

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