Hi,
I am having real issues trying to get the desired result from a macro I'm writing. I'm perfectly fine in launching internet browser and navigating to a webpage. However, once on this webpage I want to click a certain tab and then copy all of that data. The issue is, that when you click the tab manually it doesn't have a different URL, it remains the same. I've looked over various forums for guidance but still no luck.
The url is https://stockbrokers.webfg.com/inde...ection=stockFactsheet&tidm=AZN&index_tidm=ASX
As you can see from the source code below the li classes have the same names for all the tabs and so do the a classes. It is tab 7 that I want to click. Also then I want to copy all of the information from this tab, it doesn't matter if it copies the whole page as long as I get this data.
Any help would be much appreciated, I've spend 4 days trying to figure this out.
Thanks. Source code link below - had to use link as it keeps applying weird formatting to the source code if I copy and paste.
I am having real issues trying to get the desired result from a macro I'm writing. I'm perfectly fine in launching internet browser and navigating to a webpage. However, once on this webpage I want to click a certain tab and then copy all of that data. The issue is, that when you click the tab manually it doesn't have a different URL, it remains the same. I've looked over various forums for guidance but still no luck.
The url is https://stockbrokers.webfg.com/inde...ection=stockFactsheet&tidm=AZN&index_tidm=ASX
As you can see from the source code below the li classes have the same names for all the tabs and so do the a classes. It is tab 7 that I want to click. Also then I want to copy all of the information from this tab, it doesn't matter if it copies the whole page as long as I get this data.
Any help would be much appreciated, I've spend 4 days trying to figure this out.
Thanks. Source code link below - had to use link as it keeps applying weird formatting to the source code if I copy and paste.