JacobMortensen
Board Regular
- Joined
- Feb 25, 2015
- Messages
- 85
Hi All.
I'm trying to scrape the content of a table from a website.
When I am using the table name "table table-striped smaller-on-mobiletable-striped-noborder" I get a run-time error 424 "Object required".
Can someone tell me what I can't get the table object?
I'm trying to get it like this: Set tableWithData = appIE.document.getElementById("table-striped.smaller-on-mobiletable-striped-noborder")
I have succes with it on other web pages so I'm thinking that it could be something with the table class name, but I don't know?
Apparently I am not able to post the html snip..
I'm trying to scrape the content of a table from a website.
When I am using the table name "table table-striped smaller-on-mobiletable-striped-noborder" I get a run-time error 424 "Object required".
Can someone tell me what I can't get the table object?
I'm trying to get it like this: Set tableWithData = appIE.document.getElementById("table-striped.smaller-on-mobiletable-striped-noborder")
I have succes with it on other web pages so I'm thinking that it could be something with the table class name, but I don't know?
Apparently I am not able to post the html snip..
Last edited: