Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Anyone give us an idea about this one?. When I run this
basic macro, the settings of SolverOK do NOT get inputted into the solver addin but the constraints do. (i.e. SolverAdd works, SolverOK does not). If I manually record, VBA recognises that I am using SolverOK and records my actions, but when I play back, the macro totally ignores the solverOK line. Any suggestions? Thanks Toby Sub SolveMacro() SolverReset SolverAdd CellRef:="$B$1", Relation:=2, FormulaText:="0.1" SolverOK SetCell:="$A$1", MaxMinVal:=1, ValueOf:="0", ByChange:="$C$1:$C$4" SolverSolve True End Sub .. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SolverOK problem - very frustrated, please help | Excel Programming | |||
SolverOK Problem after SP-3 Update | Excel Programming |