Checking Solver Add in Conditions using VBA

gennylk

New Member
Joined
Nov 27, 2014
Messages
17
Hi there,
I need to check some conditions applied to a sheet using Solver Addin. I recorded the action when adding them :

SolverOk SetCell:="$B$13", MaxMinVal:=1, ValueOf:=0, ByChange:="$B$11:$D$11", _
Engine:=1, EngineDesc:="GRG Nonlinear"
SolverAdd CellRef:="$B$11", Relation:=4, FormulaText:="integer"
SolverAdd CellRef:="$C$11", Relation:=4, FormulaText:="integer"
SolverAdd CellRef:="$D$11", Relation:=4, FormulaText:="integer"
SolverOk SetCell:="$B$13", MaxMinVal:=1, ValueOf:=0, ByChange:="$B$11:$D$11", _
Engine:=1, EngineDesc:="GRG Nonlinear"

How can I write a macro to check whether the conditions for $B$11, $C$11, $D$11 (Only Integer Solutions accepted) are added using solver? This is part of a larger process, where I check multiple files to see whether the solver addin has been correctly defined in the worksheets. I am openning the target file using VBA Macro and award marks (say 1 each) if the file has the conditions properly assigned. Note that the cells are fixed.

Thank you in advance.
Genny
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.

Forum statistics

Threads
1,215,828
Messages
6,127,126
Members
449,361
Latest member
VBquery757

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top