The PAD process (below) cannot wait for the VBA to complete an error. (As shown in the picture), is there any other way to solve it?
For each file in list '(total 20)
get window
edit cell
run vba '(run 20~30s)
wait 2s
next '(not wait vba run finish)
For each file in list '(total 20)
get window '(error due to vba running to the 9th or 10th file)
goto sheet1
save
wait 2s
next
