Solver32.dll unavailable error, use excel setup to reinstall

T

Tbeek

Did not used to get this error. I have the following error popup when
go to Tools,Solver in a workbook.
"Solver32.dll is unavailable -- you will be able to... To fix this
please use Excel setup to reinstall Solver" OK box is only choice.

I recently found solver and I also use it in VBA, I have it reference
in this workbook, and in personal.xls, and in the new workbook
book.xlt template
 
T

Tbeek

I found a fix at this url
http://www.google.com/[email protected]

I put this in my sub just before SolverOK
Application.AddIns("Solver Add-in").Installed = False
Application.AddIns("Solver Add-in").Installed = True

But if you have any insite or comments please post them. Would love t
hear.

Thank
 
T

Tbeek

Sorry for the premature post that it was fixed.
I have gotten the error again and this time I can't get rid of it.

Using Excel 2000 9.0.4402 SR-1, and Windows 2000 5.0.2195 SP
 

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

Top