Forum Discussion
dxq92
Jun 12, 2022Copper Contributor
[Excel Solver issue] There is a different when run the macro whit or whitout a button
I Add a sub and run it in Vbe or View->Macros->Run Sub test1()
SolverReset
SolverAdd CellRef:="$a$1", Relation:=1, FormulaText:="1"
End Sub The result is...
dxq92
Jun 13, 2022Copper Contributor
Is there any one know how to deal it?