I'm using Excel/VBA to extract data from a worksheet, then feeding it
into a solver, taking the solution from the solver (a .dll program),
then putting it back in readable Excel tables. It works great for
small problems. However, for big problems the solver needs more time,
and Excel crashes (i.e., "Program Not Responding" under task manager)
while waiting for it to complete.
Is there a simple way I can tell Excel (via VBA code) to wait, and not
to run itself into a crash?