.xlsm file loads solver, and I don't know why

JohnTravolski

New Member
Joined
Nov 25, 2015
Messages
45
Office Version
  1. 2019
Platform
  1. Windows
Every time I open a particular .xlsm file, it loads solver.xlam and it takes quite a while load while the file is opening. I don't need solver, so I'm trying to figure out how to disable it. I don't see it considered as "active" in the settings:

1689824177523.png
1689824233931.png



However, when I open up the vba editor, I do see this:

1689824284770.png


However, when I click or double click on the highlighted item in the references section, nothing happens.

There is some VBA code in the project that used solver at one point, but it is now commented out.

What do I need to do to this .xlsm file so that it no longer loads solver.xlam at boot?
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
In the vba window check if the reference to "Solver" is ticked: Menu /Tools /Reference...
If ticked then untick it
 
Upvote 0
Solution

Forum statistics

Threads
1,215,128
Messages
6,123,206
Members
449,090
Latest member
bes000

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top