I have used Excel VBA to navigate to a web site.
I am trying to pull data from a specific part of the website. When I inspect the element the following is displayed:
<span id="Status">Ready to Drop Ship</span>
Does anyone know how to get the data "Ready to Drop Ship" from the above HTML code?
Thanks in advance.
I am trying to pull data from a specific part of the website. When I inspect the element the following is displayed:
<span id="Status">Ready to Drop Ship</span>
Does anyone know how to get the data "Ready to Drop Ship" from the above HTML code?
Thanks in advance.