G'day!
I've designed an automation system which purely runs in vBA to 21 roll formers in our factory (mainly) thanks to each of you for helping along the way!
However -
I've hit which I believe to be a snag.
I run an ENDLESS loop - infinite loop.
Checking if (batch complete) - "1" is found in CELL "C3" if so - I select the row - shift it out into a completed workbook, save & close.
I then come back to our active machine workbook and shift a new batch into the "manufacturing cells" to begin another job.
The discussion is this:
By me having this endless loop it does seem to (crash-not responding) every 24-32 hours or so. What can be done?
Keeping in mind I need to continuously check these Cells to determine if "1" is found to begin the move process against each machine.
Each machine also has it's own segregated sheet.
Luke
I've designed an automation system which purely runs in vBA to 21 roll formers in our factory (mainly) thanks to each of you for helping along the way!
However -
I've hit which I believe to be a snag.
I run an ENDLESS loop - infinite loop.
Checking if (batch complete) - "1" is found in CELL "C3" if so - I select the row - shift it out into a completed workbook, save & close.
I then come back to our active machine workbook and shift a new batch into the "manufacturing cells" to begin another job.
The discussion is this:
By me having this endless loop it does seem to (crash-not responding) every 24-32 hours or so. What can be done?
Keeping in mind I need to continuously check these Cells to determine if "1" is found to begin the move process against each machine.
Each machine also has it's own segregated sheet.
Luke