Solver Macro - Sensitivity reports not working

rajiv_bishnoi

New Member
Joined
Jan 13, 2008
Messages
22
Office Version
  1. 365
Platform
  1. Windows
Hi,

I recorded a macro, and created a button in the worksheet to assign the macro for running solver, which runs solver and then selects Sensitivity report

When I recorded and ran, it created a new sheet, Sensitivity Report 1.

However, after any changes in inputs etc., when I run the macro, the solver runs but sensitivity report is not created. Any help?

Here is the VBA code

Sub RunOptimizer()
'
' Run solver and create sensitivity sheet
'
SolverOk SetCell:="TotalProfit", MaxMinVal:=1, ValueOf:=0, ByChange:="Variables", _
Engine:=2, EngineDesc:="Simplex LP"

SolverOk SetCell:="TotalProfit", MaxMinVal:=1, ValueOf:=0, ByChange:="Variables", _
Engine:=2, EngineDesc:="Simplex LP"

SolverSolve Userfinish:=True

End Sub


rgds

Rajiv



Ps. Also, I wonder why the same code gets repeated ? FYI, I changed the cell ranges with range names and also added Userfinish:=True
 
Last edited:

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK

Forum statistics

Threads
1,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

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