maddscribbler
New Member
- Joined
- Aug 8, 2012
- Messages
- 11
Hi all,
I need to do some webscrapping in VBA (EXCEL 2011) but on a mac machine. Can anyone provide any info on opening a browser on a mac? That I can scrape the dom objects with.
I know some will say use xmlHttp and things similar to it, but the site i am scrapping from has a username and password and is filled with AJAX and the initial form on the login page doesn't use submit function but an ******* of a button which calls a function. I will consider it if it can get around all that jazz, otherwise, the easy slow option is the way for me.
I appreciate any help,
Thanks anyone\everyone.
I need to do some webscrapping in VBA (EXCEL 2011) but on a mac machine. Can anyone provide any info on opening a browser on a mac? That I can scrape the dom objects with.
I know some will say use xmlHttp and things similar to it, but the site i am scrapping from has a username and password and is filled with AJAX and the initial form on the login page doesn't use submit function but an ******* of a button which calls a function. I will consider it if it can get around all that jazz, otherwise, the easy slow option is the way for me.
I appreciate any help,
Thanks anyone\everyone.