Hello,
I have a macro that runs Solver in Excel, it currently uses two different ranges as the variable cells. See the code below.
SolverOk SetCell:="$D$27", MaxMinVal:=2, ValueOf:=0, ByChange:= _
"$C$17:$C$23,$C$7:$I$11", Engine:=1, EngineDesc:="GRG Nonlinear"
SolverOptions...