Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bypassing the Solver Result confirmation... 1

Status
Not open for further replies.

ETID

Programmer
Jul 6, 2001
1,867
0
0
US
Is there a more elegent way of not showing the solver result screen?

I forced the sendkeys command in this example..it works but I feel the code could trip over itself on a faster machine.



Range("E20").Select
SolverOk SetCell:="$E$20", MaxMinVal:=1, ValueOf:="0", ByChange:="$E$21"
Application.SendKeys "{Enter}"
Solversolve
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top