Jump to content

Bert

MVPs
  • Posts

    14,387
  • Joined

  • Last visited

  • Days Won

    80

Community Answers

  1. 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
  2. Bert's post in Help translating from Cambridge was marked as the answer   
    see last post
  3. Bert's post in _Excel_RangeRead need help was marked as the answer   
    _Excel_BookAttach
  4. Bert's post in Help with while loop was marked as the answer   
    where are your "endIf" for each if statement?
  5. 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
  6. Bert's post in Encrypt a String was marked as the answer   
    look for _Crypt_EncryptData in the helpfile
  7. Bert's post in different loops at same time was marked as the answer   
    no. You want multi threading. AutoIt does not support that.
×
×
  • Create New...