Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
repeating macro x-times
#1
Hi
I have simple macro:

men 30231
men 10519
key sDAtDY
men 30230

Macro runs when I press shortcut.
How to make that when I press shortcut QM show me Dialog Box where I type number of repetition this macro and macro will be x-times executed?
#2
Function Macro_1
Code:
Copy      Help
if(!InputBox(_s 0 "How many times?:")) ret
rep val(_s)
,men 30231
,men 10519
,key sDAtDY
,men 30230


Forum Jump:


Users browsing this thread: 1 Guest(s)