For Excel to do batch or monitoring type of work it must wait and check for data in a loop.
It's better coding to have an event that kicks off code but this isn't always possible. For full batch the Windows Job Scheduler is useful to open the Excel file and the auto_open or Workbook_open event can start running the code. Some issues to deal with are: |