Changes the scenario to have a new set of changing cells and (optionally) scenario values.
Syntax
expression.ChangeScenario(ChangingCells, Values)
expression Required. An expression that returns a Scenario object.
ChangingCells Required Variant. A Range object that specifies the new set of changing cells for the scenario. The changing cells must be on the same sheet as the scenario.
Values Optional Variant. An array that contains the new scenario values for the changing cells. If this argument is omitted, the scenario values are assumed to be the current values in the changing cells.
Remarks
If you specify Values, the array must contain an element for each cell in the ChangingCells range; otherwise, Microsoft Excel generates an error.