How to navigate through multiple links on website using vba internet explorer

前端 未结 1 1291
既然无缘
既然无缘 2021-01-29 08:17

I want to select options on multiple pages using vba internet explorer and i am able to open multiple tabs and multiple links using vba but only able to navigate on first page.

相关标签:
1条回答
  • 2021-01-29 09:09

    Correct your syntax within the Else Statement:

    Else
        IE.Navigate url, 2048
    

    instead of

    Else
        IE.Navigate2 url, 2048
    
    0 讨论(0)
提交回复
热议问题