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

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -