serdnar Posted July 19, 2005 Posted July 19, 2005 hello, I have something like this: WinWaitActive("SAP") Send ("!r") Send("x") if ($language=1)Then WinWaitActive("Save As") Endif ... This is for an Export from an Excel Macro wich opens Data from SAP. problem: I dont know when the Data of SAP is included in Excel. I want to cath that nothing happens after sending !r so that I wait some time and send again. Is there any way to set an timeout for WinWaitActive? thx
serdnar Posted July 19, 2005 Author Posted July 19, 2005 An other idea is to test if there is any Data shown in the Excel Table. Is there a way to do this?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now