Hello all,
I have a workbook that I would like to distribute to others. The workbook uses the Solver add-in. To ensure all users have Solver installed and enabled on their versions of Excel I wanted to create a WorkbookOpen event that checks for it, and if it isn't installed installs it then enables the reference.
I have the following code. There is no way of telling if the installation portion works or not because I already have it on my machine. However it does not enable the Solver add-in in the References list. Could someone point me in the right direction on how to accomplish the installation and activation of Solver?
Bookmarks