Create new tab for each google search by selenium in excel VBA
问题 I am trying to do google search based on some data in column A in Sheet1 .. and I need each cell content to be opened in new tab and do the search for that cell example: A1 has the word 'flower' so I expect to create a tab and navigate to google the do a search for that 'flower' then the next cell and so on and each search to be in a new tab Here's my try Sub Test() Dim bot As New ChromeDriver Dim Keys As New Keys bot.Get "https://www.google.com" 'search for items in column A bot