PDA

View Full Version : HTML scraping/parsing



Icikle
03-24-2016, 03:02 AM
Hi,

just a bit of general advice if it please.

At work, our systems/databases run in web browsers. When we write letters we have to manually type them, and, since Im OK but not great with VBA, im trying to automate this process a bit.

Ive found a lot of guidance regarding scraping/parsing HTML but all of the examples seem to navigate to a dedicated web page or URL which doesn't help me.

I need to scrape or parse the CURRENT customer record I am in. Presuming, since this is a web based database that just using a URL wont work, I need to parse the HTML of the current active IE page.

is this possible?

thank you