I have put repeat actions for 140 times to execute the same macro again. but it is only repeating for 26 times.
Can someone provide a solution for this?
I have put repeat actions for 140 times to execute the same macro again. but it is only repeating for 26 times.
Can someone provide a solution for this?
If you can show us your macro I’m sure someone here will be able to help.
You’ll get a better response by following these guidelines: Tip: How Do I Get The Best Answer in the Shortest Time?
screenshot.kmmacros (2.8 KB)
Thanks for the macro file, but we also need the macro image. See upload your macro .
Some of us aren't willing to download a macro until we see the image.

I have put it 10 times repeat but it is still work upto exactly 25 times no matter what I write in repeat action times
Thanks for the screenshot. That helps.
What does the macro "screenshot" do?
Please upload this macro
Have you tried using the Macro Debugger , with a pause/debugger break just before the "Execute macro screenshot"?
I just want to run this macro multiple times, Macro ' screenshot ' that I have created is able to take screenshots of the screen multiple times.
Help me so I can make it user-specified input to run this macro specified times.
I was just going to repeat @JMichaelTX‘s request when I noticed that the macro you’ve showed us is called screenshot and you have it trying to run a macro called screenshot
Is that right? Your macro screenshot is executing itself?
Have a look at this old forum post that explains why this is a bad idea: Macro stop after a certain number or cycles
There’s enough information there for you to redesign your macro...
that helps, but I want to repeat those 2 keystrokes again and again. How can I do that ?
I want to make it user-specified, like to ask user how many pages ? === user type 58
then those keystrokes should be repeated 58 times.
Can you see the macro image that I have shared? Did I use the repeat actions command correctly?
I just want to repeat those two keystrokes simultaneously, I don't want to run the macro multiple times. Is this possible?
You need 2 macros:
Here is macro 1:

Here is macro 2:

and here is the macro file:
Screenshot Captures.kmmacros (4.2 KB)
You'll need to enable these macros to run them and I leave it to you to test them.
Tell us how you get on.
Just recovering from a brainstorm here...
OR you could just combine those 2 macros into 1 like this:

although I think you're probably going to have to add some delays. You need to try it out.