I have a button that calls a sub DBA()
I would like this sub to visit a particular URL (for example: https://index.db.com) and copy all of the content and paste it into Application.Worksheets("DBA").
More specifically, I would ideally like to copy and paste the contents from a div that has an id="constituentstable" in the URL's HTML
Grateful for any guidance, thank you,