I have an Excel VBA project that receives information from the serial port and pastes it to a spreadsheet. Everything works fine until someone minimizes Excel, and then the code stops and must be restarted. This leaves a gap in the data.
(The code runs in the background even if another application is active. Minimizing Excel is the problem.)
Is there a way to disable the Application Minimize button with VBA?
(The code runs in the background even if another application is active. Minimizing Excel is the problem.)
Is there a way to disable the Application Minimize button with VBA?