R
Reza
Hello,
I try to use SolverOK in a VBA Sub but when I run the Sub
I recieved the message: "Solver: an unexpected internal
error occured, or avalable memory was exhausted". I am
sure that I son't have memory problem.
I used the macro recorder to do the task that I wanted to
do but when I run the code generated by the macro
recorder still I get the same error message.
It is crucial to me, I appreciate any help
Thank you
Reza ([email protected])
Copy of macro:
Sub Macro1()
SolverAdd CellRef:="$L$8", Relation:=2,
FormulaText:="$K$8"
SolverOk MaxMinVal:=1, ValueOf:="0", ByChange:="$M$8"
SolverSolve
End Sub
I try to use SolverOK in a VBA Sub but when I run the Sub
I recieved the message: "Solver: an unexpected internal
error occured, or avalable memory was exhausted". I am
sure that I son't have memory problem.
I used the macro recorder to do the task that I wanted to
do but when I run the code generated by the macro
recorder still I get the same error message.
It is crucial to me, I appreciate any help
Thank you
Reza ([email protected])
Copy of macro:
Sub Macro1()
SolverAdd CellRef:="$L$8", Relation:=2,
FormulaText:="$K$8"
SolverOk MaxMinVal:=1, ValueOf:="0", ByChange:="$M$8"
SolverSolve
End Sub