djamieson18
New Member
- Joined
- Feb 4, 2012
- Messages
- 8
Hi Folks,
I am using Excel Mac 2011 and have a rather large macro that takes information from a very large global worksheet (10,000 rows) and creates approx 100 new worksheets. It's mostly nested for loops, nothing too complex.
The overall performance of the Macro is fine, taking around 10 minutes, however when I open Excel and launch the macro, it takes about 3 times longer than that to run. If I run it again in the same excel session, it is back to taking only 10 minutes and is fine any further times I run it after that.
My code is far too large to post but can anyone suggest any avenues that may be worth looking into to remove this problem?
Thanks,
Dave
I am using Excel Mac 2011 and have a rather large macro that takes information from a very large global worksheet (10,000 rows) and creates approx 100 new worksheets. It's mostly nested for loops, nothing too complex.
The overall performance of the Macro is fine, taking around 10 minutes, however when I open Excel and launch the macro, it takes about 3 times longer than that to run. If I run it again in the same excel session, it is back to taking only 10 minutes and is fine any further times I run it after that.
My code is far too large to post but can anyone suggest any avenues that may be worth looking into to remove this problem?
Thanks,
Dave