Suppose there are a batch of Excel files that need to execute VBA one by one (such as data_01.xlsm, data_02.xlsm, data_03.xlsm...)
In the old version of the process, you can use UI elements to set file name variables and select and execute through loops, but the current PAD version can no longer be used. How can I solve this problem?
Thank.