ChangingCells Property From Microsoft Excel Visual Basic previous page next page Returns a Range object that represents the changing cells for a scenario. Read-only.ExampleThis example selects the changing cells for scenario one on Sheet1.Worksheets("Sheet1").Activate ActiveSheet.Scenarios(1).ChangingCells.Select