Hello

i would like to try and make my own little autokey program with a little help, sure thiers plenty on the web..but i just want to make one realy, only difference is..instead of looping forever, i want to do it a specific amount of times, MAX

i need help with:

the interval timer and, (some macros i seen dont even select the process window to send the WORDS too but that would be nice)..but if i dont need it then i guess thats ok too
any part ppl can help with will be great.

at the moment i just put a timer control, cmdbutton and texbox on a form.

Code:
dim max as integer
dim words as string

public sub command1_click()
for a = 0 to max

'how to send WORDS to a specific window and perhaps with a time delay.

next a
end sub