After SolverReset
I want to switch off the Make Unconstrained Variables Non-Negative option in the vba Solver.
What are the commands to switch off the Make Unconstrained Variables Non-Negative in Solver?
I tried recording a macro to find out but all I got was,
Sub Macro2()
'
' Macro2 Macro
'
'
SolverOk SetCell:="$D$26", MaxMinVal:=2, ValueOf:=0, ByChange:="$B$9:$B$12", _
Engine:=1, EngineDesc:="GRG Nonlinear"
SolverOk SetCell:="$D$26", MaxMinVal:=2, ValueOf:=0, ByChange:="$B$9:$B$12", _
Engine:=1, EngineDesc:="GRG Nonlinear"
SolverSolve
End Sub