About 96,100 results
Open links in new tab
  1. How to solve Excel VBA: Compile error in hidden module

    Dec 17, 2020 · After backing up and saving the file at C:\Program Files\Microsoft Office\root\Office16\Library\SOLVER\SOLVER.XLAM, I made it editable and removed the password …

  2. excel - Solver add-in error, solver32.dll not found and unexpected ...

    Oct 30, 2019 · Check if solver add-in is enabled. Go to File tab > Options > Manage Excel Add-ins (Go button at the bottom of the window) and check if the Solver is enabled. If it is then try to uncheck all …

  3. excel - Solver.xlam is missing? - Stack Overflow

    I have performed below steps to fix Solver.xlam is missing 1 - File -> Options -> Add-Ins 2 - Click on the add ins tab then select "Manage Excel Add-Ins" at the bottom --- "GO" Enable these 4 options -> OK …

  4. vba - Excel Solver Password: what is it and where can it be acquired ...

    C and C++ are potentially faster, but depending on the problem you might have to write quite much code to get it to solve your problem. Now the more interesting question is have you done all possible …

  5. No optimization model was found Excel solver - Stack Overflow

    Jul 19, 2023 · I am trying to use the solver add-in in google sheet. But when I am setting up the optimization problem, without any constraints on variables, I am seeing following message; No …

  6. Does anyone know a better alternative to MS Excel's Solver?

    Nov 3, 2013 · OpenOffice has a new nonlinear solver plugin which uses completely different methods of finding solutions to optimization problems than the steepest-descent methods used in Excel's solver.

  7. excel - How to use solver add-in with binary constraints - Stack Overflow

    Oct 24, 2021 · Despite having binary constraints, solver consistently considers non-integer values in column C. I would very much appreciate some assistance to determine how to best configure the …

  8. Reaching maximum number of solver variables? - Stack Overflow

    Sep 21, 2017 · Excel solver has a limit of 200 variable cells. If you hit any more than 200 adjustable cells, you will see this message. You have 2 options: Reduce the number of adjustable cells, by …

  9. excel - How to delete Solver (SOLVER.XLAM) code - Stack Overflow

    Mar 21, 2013 · Solver is Excel add-in. If you want to remove it go to Excel Application > Options > Search for add-ins > Press something like 'go to' button > un-check Solver on the list (I can't give you …

  10. excel - VBA Sub not defined for Solver - Stack Overflow

    Jan 13, 2017 · Also make sure that you have enabled the Solver Add-In, In Excel you can enable it by File--> Options --> Add-ins , here selecet Excel Add-Ins under manage dropdown and click go.