Scenario.ChangeScenario(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Changes the scenario to have a new set of changing cells and (optionally) scenario values.
public object ChangeScenario (object ChangingCells, object Values);
Public Function ChangeScenario (ChangingCells As Object, Optional Values As Object) As Object
Parameters
- ChangingCells
- Object
Required Object. 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
- Object
Optional Object. 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.
Returns
Remarks
If you specify values
, the array must contain an element for each cell in the ChangingCells
range; otherwise, Microsoft Excel generates an error.