I am trying to make a booklet imposition macro and it works when I press f8 multiple times it rearranges the pages by cutting and pasting but when I run the macro from scripts docker it stops at 3rd page when cutting please help
That sounds like the macro may be losing its selection or focus during the cut operation, so checking object references at each step could help. I’ve seen similar workflow discussions around an ai online form builder, where debugging execution step by step often reveals where the process breaks.