Hi People,
I've got some VBA code where i log into a website and navigate to a webpage however, i then need to click a tab on that webpage to see the information i want to extract (the URL is different each time as its includes the date and time) therefore I need to use VBA to click on the tab.
However I cannot see an element name, class name, tag name or ID. (im not brillant with VBA so probably missing it)
Below is the code (didnt use code tags or it will imitate the webpage). I want to use the sales tab....
can someone please help me
I've got some VBA code where i log into a website and navigate to a webpage however, i then need to click a tab on that webpage to see the information i want to extract (the URL is different each time as its includes the date and time) therefore I need to use VBA to click on the tab.
However I cannot see an element name, class name, tag name or ID. (im not brillant with VBA so probably missing it)
Below is the code (didnt use code tags or it will imitate the webpage). I want to use the sales tab....
can someone please help me
- href="#operationalOffices">Operational Offices
href="#overview">Sales
href="#productGroups">Product Groups
href="#engineers">Originators
href="#originatingRegions">Originating Regions
- href="#operationalOffices">Operational Offices
Last edited by a moderator: