Scenario.ChangeScenario Method
Changes the scenario to have a new set of changing cells and (optionally) scenario values.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function ChangeScenario ( _
ChangingCells As Object, _
Values As Object _
) As Object
'Usage
Dim instance As Scenario
Dim ChangingCells As Object
Dim Values As Object
Dim returnValue As Object
returnValue = instance.ChangeScenario(ChangingCells, _
Values)
Object ChangeScenario(
Object ChangingCells,
Object Values
)
Parameters
ChangingCells
Type: System.ObjectRequired 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
Type: System.ObjectOptional 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.
Return Value
Type: System.Object
Remarks
If you specify values, the array must contain an element for each cell in the ChangingCells range; otherwise, Microsoft Excel generates an error.