I already added the Solver Reference on my Active Module.
I used this code to get familiar with Macros for Solver but dosent work, dosent even give me an error. ¿Can you guy tip me pls?
Sub SolverMacro()
SolverReset
SolverOk SetCell:="$R$2", MaxMinVal:=0, ValueOf:=0.1, ByChange:="$I$2", Engine:=1, EngineDesc:="GRG Nonlinear"
SolverSolve True
End Sub
My objective is to make cell R2 10% by changing cell I2. With out Macros it works perfectlly.