Open 25 URLs from a variable at a time?

@gglick

Gglick provided a macro in another thread that opened all urls in a variable but it wasn't the main topic and I figured it would be best to put this in it's own thread.

Say I had 117 urls in a variable, I'd want to open the first 25 tabs and then wait for a condition to open up the next 25 and so on until the all have been opened. Do you know how I would do this>

Sure, you just need another variable to keep track of how many tabs have been opened:

Open All URLs in URL List.kmmacros (4.1 KB)
image

2 Likes

That actually doesn't seem to tricky at all, thanks!

1 Like