The following is the process background,
The process is to operate 20 identical VBA files (01~20), each file has a sequence of button input settings to perform backtesting.
The problem occurs in step 20, because sometimes a file in the batch file will have an interruption error message and cannot be pressed, so you need to set a retry button to continue the process, but each process can only be completed successfully the first time, and the second or subsequent times. Problems will arise when executing the process.
The retry mechanism keeps pressing the button so no error message appears and the process can only wait or forcefully terminate the process.
There is no problem with the manual operation of the VBA button in step 20. However, the VBA error message appears when the PAD is executed.
Is this a VBA compatibility issue or a PAD bug?