AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 3 matches
AutoHotkey Community Forum Index
Author Message
  Topic: can't sleep at all
zengjia

Replies: 5
Views: 200

PostForum: 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

PostForum: 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

PostForum: 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 ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group