Hi guys,
as the title say, can i make Something that repeat it self without a timer ?
Like Sendkeys.Send("{A}") without using a timer ?
is it possible ?
Please don't tell me something like
and again, i'am sorry for my bad english!
as the title say, can i make Something that repeat it self without a timer ?
Like Sendkeys.Send("{A}") without using a timer ?
is it possible ?
Please don't tell me something like
Code:
sub aaa()
Sendkeys.Send("aaa")
Call aaa()