VBA complilation error

  • Thread starter Thread starter + Z +
  • Start date Start date
Z

+ Z +

I passed from Office 2000 po to 2003 pro.

When I lunch one of my VBA prog. it stops on line :
"SolverReset"
and gives the following erro message :
"Project or bibliotheque not found"

What should I do ? --- Thanks for advance
 
You need to set a reference to the Solver add-in. In VBA, go to
the Tools menu and choose References.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
The program is looking for "SolverReset" but not finding it.
If this is a Macro which is in one of your VBA modules, then remove the
quotation marks: SolverReset
If not, can you tell us what "SolverReset" is?

PS My computer sometimes lunches my programs. :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top