+ Reply to Thread
Results 1 to 4 of 4

Excel 2013 macros "Not Responding"

Hybrid View

  1. #1
    Registered User
    Join Date
    12-12-2012
    Location
    Estonia
    MS-Off Ver
    MS Office365 ProPlus
    Posts
    18

    Excel 2013 macros "Not Responding"

    Why Does Excel 2013 macros will sometimes notice "Not Responding" and shortly after the program goes forward.

  2. #2
    Forum Expert
    Join Date
    02-14-2009
    Location
    .
    MS-Off Ver
    ................
    Posts
    2,840

    Re: Excel 2013 macros "Not Responding"

    Probably because it's busy running code, especially if you're running in a loop and updating a worksheet that causes cascading events.

    Impossible to say exactly without seeing your code, but you could try adding a
    DoEvents
    statement in a strategic point on the code; however, this will slow down the processing...

  3. #3
    Registered User
    Join Date
    12-12-2012
    Location
    Estonia
    MS-Off Ver
    MS Office365 ProPlus
    Posts
    18

    Re: Excel 2013 macros "Not Responding"

    Using the following code, the message "Not Responding" did not come (it code neutralizes the "Not Responding" message):

    CreateObject("WScript.Shell").Popup "Found the answer to the following ...", 1, " Message ... "

    Perhaps the VBA language finds that the program leads to a cycle in my code?

  4. #4
    Registered User
    Join Date
    12-12-2012
    Location
    Estonia
    MS-Off Ver
    MS Office365 ProPlus
    Posts
    18

    Re: Excel 2013 macros "Not Responding"

    Excel 2007 environment, this message (Not Responding) does not appear, even though the macro code is the same.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Excel 2010 -- "Visual Basic" "Macros" and "Record Macro" all disabled.
    By NicholasL in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-07-2017, 06:11 AM
  2. [SOLVED] Excel 2007: How to Convert "5/2/2013" to "May" then subtract a Month so it's "Apr"
    By Golom in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-19-2013, 02:00 AM
  3. Replies: 3
    Last Post: 01-03-2013, 04:58 PM
  4. Replies: 7
    Last Post: 01-03-2013, 04:13 PM
  5. compare two excel sheets using macros and display the result in "true" or "false"
    By gayunana01 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-09-2012, 07:21 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1