-
Posts
14,387 -
Joined
-
Last visited
-
Days Won
80
Community Answers
-
Bert's post in Processclose not closing Excel when running macros was marked as the answer
It may be Excel is stuck because of the macro. I think the bigger question to ask is "has he verified the macro is not buggy"?
Also you can use CRTL+BREAK to suspend execution of the macro at any point. You will be put into break mode and can press F5 to continue the execution. Of course this only works when there is no message box open.
Source: http://stackoverflow.com/questions/6776919/stopping-excel-macro-executution-when-pressing-esc-wont-work
-
Bert's post in Help with while loop was marked as the answer
where are your "endIf" for each if statement?
-
Bert's post in How to track internet history was marked as the answer
opps, my bad, the Youtube API has changed. Go here
https://developers.google.com/youtube/2.0/reference?csw=1#youtube_data_api_tag_yt:statistics
-
Bert's post in Encrypt a String was marked as the answer
look for _Crypt_EncryptData in the helpfile
-
Bert's post in different loops at same time was marked as the answer
no. You want multi threading. AutoIt does not support that.