|
-
Mar 4th, 2014, 10:31 AM
#1
Thread Starter
Junior Member
Re: Excel 2010 freezing when renaming multiple sheets
I'm not sure how to do that.
-
Mar 4th, 2014, 11:29 AM
#2
Re: Excel 2010 freezing when renaming multiple sheets
 Originally Posted by stephan2531
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.
-
Mar 4th, 2014, 12:04 PM
#3
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|