'HTML Page Results Count Tag Pulled Into VBA

I have written a very simple macro to update segments of my JIRA urls with the appropriate filter parameters so it updates my tables in excel. However, I now need to have the results count of these urls in the appropriate cells for simple aggregation/percentage formulas.

How would I go about doing this? Also, my company’s provisioned JIRA will not open via IE, as I realized from playing around with the my macro after downloading windows HTML libraries

I’ve come across this post, which I think is helpful: Get span value with no class name using VBA



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source