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.
Correct your syntax within the Else Statement:
Else IE.Navigate url, 2048
instead of
Else IE.Navigate2 url, 2048