| Author |
Message |
Topic: can't sleep at all |
zengjia
Replies: 5
Views: 200
|
Forum: Ask for Help Posted: Sun Oct 18, 2009 2:43 pm Subject: can't sleep at all |
Works fine for me, are you sure it does not sleep?
Possibly when you hit enter it does not jump into next line/cell?
Try:IfWinExist, Microsoft Excel - new
WinActivate
send, {enter} ... |
Topic: can't sleep at all |
zengjia
Replies: 5
Views: 200
|
Forum: Ask for Help Posted: Sun Oct 18, 2009 8:35 am Subject: can't sleep at all |
thank you
but
how can I chang this to tooltip? and to debug? |
Topic: can't sleep at all |
zengjia
Replies: 5
Views: 200
|
Forum: Ask for Help Posted: Sun Oct 18, 2009 6:29 am Subject: can't sleep at all |
I use this in the microsoft EXCEL:
IfWinExist, Microsoft Excel - new
WinActivate
send, {enter}
sleep, 500
send, {home}
but the "sleep,500" does not work,
a ... |
| |