Forum Discussion
ajl_ahmed
Jul 15, 2022Iron Contributor
Macros are run slowly
I have created four macros on sheet 1. When pressing on any macro, the process has run slowly. I do not know the reason. is there any problem with the code? Is there a faster way to do a "loop" or "i...
Jagodragon
Jul 15, 2022Iron Contributor
You're just modifying a lot of data in the excel file at one time. it will run slow.
ajl_ahmed
Jul 15, 2022Iron Contributor
is it possible to re-write the code in way which make the processing faster?