Hi,
I have a batch macro that takes 30 seconds to generate the required output. I have to run it on 50,000 input data sets. This would mean that I would require 25,000 minutes to complete the process.
I have split the input data into 50 files, each with 1000 rows and then I used 50 instances of the same workflow from where the macro is being called.
This brought down the total processing time to 500 minutes. Is there a better way to achieve this? Running 50 instances is possible, but definitely a pain.