Skip to content

Commit c0ce5c5

Browse files
authored
Update README.md
1 parent f8584f1 commit c0ce5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The SOLVER Add-in (from [FrontLine Systems](https://www.solver.com/)) that comes
99

1010
This repo offers two compatible solutions for automating Solver via VBA. One consists of SolverWrapper object model in VBA code, and the other is an ActiveX DLL referenced from within your VBA projects. The DLL, compiled in [twinBASIC](https://twinbasic.com/preview.html), can either be [installed/registered](https://github.com/GCuser99/SolverWrapper/tree/main/dist), or be called without registration if the use of IntelliSense and the Object Browser are not important.
1111

12-
These unique solutions control Solver by **communicating directly with the SOLVER32.DLL**, thus in effect circumventing the SOLVER Add-in, and eliminating having to ensure that the Add-in has been loaded into Excel. Another advantage is that we can rewrite the user-DLL interface to add improvements such as an enhanced Solver callback protocol, and an event-model for monitoring optimization progress.
12+
These unique solutions control Solver by **communicating directly with the SOLVER32.DLL**, thus circumventing the SOLVER Add-in, and eliminating having to ensure that the Add-in has been loaded into Excel. Another advantage is that we can rewrite the user-DLL interface to add improvements such as an enhanced Solver callback protocol, and an event-model for monitoring optimization progress.
1313

1414
## Features
1515

0 commit comments

Comments
 (0)