I have a simple iterative macro which runs a macro nested within it. Works fine running various nested macros I've tested. When i insert the macro i actually want to use it for, however, it runs the first iteration only then stops.
Using a message tool, i can see that the iteration output data after the first iteration is as expected (and is identical to the output data for other nested macros which run fine). But for some reason, no further iterations run. No error message.
The nested macro I'm trying to run reads and writes a lot of data. I'm wondering if there are limitations on iterative macros in terms of data volume, execution time, or other conditions which may be stopping the loop from working. I can't share the macro unfortunately.
Dan