+ Reply to Thread
Results 1 to 1 of 1

Minor modifications of existing script

  1. #1
    Registered User
    Join Date
    09-30-2012
    Location
    Stockholm
    MS-Off Ver
    Excel 2010
    Posts
    13

    Minor modifications of existing script

    I have a few question about the code below.

    1. At most, I run 4812 url's thru this loop and after a minute or so, Excel freezes and eventually crashes. Is there a way to slow down the script? Put in short pauses or something?

    2. As the script is running, and the rows gets filled with results, the latest results are not shown on the screen because they are too far down in the sheet. I can see the results as they get filled in row 1 to 33, then they are outside the screen. Can change the script so it scrolls down for every result that comes in, so that I can always see the latest result?

    3. Sometimes I fill column A in sheet1 with about 100 url's, sometimes it's 3000. Can I change the script to go all the url's in column A, no matter how many there are? What I do now, is changing "Sheet2.Range("A2:A4812").Cells" so it matches exactly the number of url's I've put in column A. I want the script to only go thru the cells that has an url in it, no matter how many, or few, cells that might be.

    Please Login or Register  to view this content.
    Last edited by Rawland Hustle; 10-02-2012 at 12:13 PM.

  2. #2
    Registered User
    Join Date
    09-30-2012
    Location
    Stockholm
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: Minor modifications of existing script

    Also, does this part mean that the script is paused until I click "OK" in the dialog bo
    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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