Hi,
I have a spreadsheet that has a list of URLs on Sheet2. The macro pulls the JSON data from each URL and then pastes them in a certain order on another sheet. Since the data pull is huge, it keeps freezing when i try to do all 196 URLs at once. But if i do them 50 at a time, it works just fine. It doesn't freeze and is decently fast.
Is there some way i can optimize this so i dont have to manually run them 50 at a time? I was thinking separating the URLs to be pulled by different macros and then maybe a Call Macro1 type thing but that would probably freeze aswell.
I was trying to add the spreadsheet but don't know how to do that on here. So if you need to look at the spreadsheet, please let me know how to upload and will do.
Thanks
I have a spreadsheet that has a list of URLs on Sheet2. The macro pulls the JSON data from each URL and then pastes them in a certain order on another sheet. Since the data pull is huge, it keeps freezing when i try to do all 196 URLs at once. But if i do them 50 at a time, it works just fine. It doesn't freeze and is decently fast.
Is there some way i can optimize this so i dont have to manually run them 50 at a time? I was thinking separating the URLs to be pulled by different macros and then maybe a Call Macro1 type thing but that would probably freeze aswell.
I was trying to add the spreadsheet but don't know how to do that on here. So if you need to look at the spreadsheet, please let me know how to upload and will do.
Thanks