PDA

View Full Version : Macro speed



groston
08-21-2025, 08:01 PM
I have a macro that works properly. In certain cases, this macro has to work through twelve nested for loops a total of tens of millions of times and when this happens, the macro takes many minutes to complete. Question: Is there some way to make the code execute faster? Note that I have been through the code and I believe that it is properly and efficiently written.

Aflatoon
08-22-2025, 02:47 AM
it is properly and efficiently written.

If that is true, then no. ;)

Paul_Hossler
08-22-2025, 04:52 AM
1. Faster computer

2. Post the macro so we can least look at the properly and efficiently written macro