I have searched for such a topic but didn't find a clue to start with. I am using selenium in VBA and I have some numbers which I will search in column A Is it possible to divide those numbers into two parts (example: the numbers are 100 so it would be divided into two parts and each part has 50 numbers). Maybe an array to hold the numbers. This is not the problem (I am just imagining the scenario) Then open two drivers or bots and each bot deals with each part
Private bot1 As New Selenium.ChromeDriver
Private bot2 As New Selenium.ChromeDriver
How to make both bots run at the same time in VBA?