javascript - Copy and Paste from a URL using VBA -
i have button calls sub dba()
i sub visit particular url (for example: https://index.db.com) , copy of content , paste application.worksheets("dba").
more specifically, ideally copy , paste contents div has id="constituentstable" in url's html
grateful guidance, thank you,
a basic approach use sendkeys. i'm not experienced in opening websites excel, once have open, use
application.sendkeys "^a", true application.sendkeys "^c", true and select in website , copy it's contents. think helpful @ link on comment of post.
Comments
Post a Comment