Macros and add-ins
Macros and add-ins
(OP)
I am trying to start the solver add-in via a macro and cannot seem to figure out how to acomplish this.
Any one have any advice?
Thanks
Any one have any advice?
Thanks
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: Macros and add-ins
While in the Visual Basic editor, go to the Help menu and search for the info about Solver. There's a catch to using it, here's what the help says
"Before you use this function, you must establish a reference to the Solver add-in. With a Visual Basic module active, click References on the Tools menu, and then select the Solver.xla check box under Available References. If Solver.xla doesn't appear under Available References, click Browse and open Solver.xla in the \Office\Library subfolder."
After following the above, I had no problem running the macro. Give that a try.
Depending on what your needs are, you could also look at using the Goal Seek function rather than Solver.
RE: Macros and add-ins
Thanks, it worked great