Results 1 to 39 of 39

Thread: [RESOLVED] Excel 2010 freezing when renaming multiple sheets

Hybrid View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2012
    Posts
    24

    Re: Excel 2010 freezing when renaming multiple sheets

    I'm not sure how to do that.

  2. #2
    PowerPoster
    Join Date
    Oct 2010
    Posts
    2,141

    Re: Excel 2010 freezing when renaming multiple sheets

    Quote Originally Posted by stephan2531 View Post
    I'm not sure how to do that.
    Assuming that one was meant for me.

    Go to that line in the code and press the F9 key (that key will toggle the breakpoint on/off); you should see a reddish dot show up at the left of the line. When you run your code, the execution will now stop at that line.

    Now open the "Immediate Window" (Ctrl-G) and enter: ? Range("B2").Value
    The "?" tells it to print out the value.

    You can use the "F8" key to step through the successive lines of code looking for the source of the issue or press "F5" to resume processing.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Dec 2012
    Posts
    24

    Re: Excel 2010 freezing when renaming multiple sheets

    vbfbryce, is there a delay code or something that I can insert there to pause the macro so the URL can return the data before it continues?

Tags for this Thread

Posting Permissions

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



Click Here to Expand Forum to Full Width