I am using a macro to use the solver several times consecutively, however in some instances the model is infeasible prompting the solver to present a pop up/message notifying that the model is infeasible. I would like to skip this message and letting the macro continue , instead of digging into the solver code and finding and deleting the part of the code where the message is prompted I would like to skip (as if pressing enter) the message.
I already tried the Application.DisplayAlerts=False, which unfortunately did not work. Does anyone have a clue what code to use to do this?
Bookmarks