Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Repeat Function
#1
I am trying to get the Macro to repeat itself where I can manipulate the number of times it repeats. Please help I have the Macro working perfectlyand I just need it to keep going. The Macro is called TB Manual.

(Backround) Using excel to enter about 200-400 entry lines to a different application but it varies on the files. Could be 100 could 400 at times.
#2
use the rep command to do that.
An old blog on QM coding and automation.

The Macro Hook
#3
I have tried it but cannot figure out what goes in after the rep?
#4
Code:
Copy      Help
int n
inp- n "How many times to repeat?"
rep n
,your
,macro
,here


Forum Jump:


Users browsing this thread: 1 Guest(s)