A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
You can use a worksheet event macro, but only if you change your input cells in a specific order. (Excel needs to know when you have made the last input and are ready for a re-run) For example if the inputs are in cells A1 thru A10, then you can use A11 s the trigger. Once you are satisfied with the inputs, set A11; the macro can detect A11 being set to a value and run Solver automatically.