surendr.kumar
New Member
Hi There,
I am not new to VBA Excel, nor to Web Scraping using VBA Excel when it comes to simple HTML pages. However, now I have stumbled upon a series of issues as listed below:
1. The Web Page now I want to extract data from is a Secure Web Page (https://) whose security certificate has expired. The Web Page, when opened, shows the usual warning where one has to go through two different clicks, one on "More Information" and then on "Proceed with this site (not recommended)". When going through their code dump, it is observed that these are controlled through js/css scraping data from which is a herculean task for me.
2. Secondly, as all are aware, the good old Internet Explorer is saying goodbye (on my system it has already been dumped) and will soon be buried deep pawing way for MS Edge. But the VBA Excel has reference to only Internet Explorer (added through Tools->References) and to the best of my knowledge, other browsers are not getting support. On the contrary, I wish my VBA Code could run on any given browser, whether activated as default browser using Application.OpenBrowser method or a selected browser using some appropriate method.
On second thought : For certain reasons, I cannot use Selenium as the file can be distributed to friends not having the Selenium installed.
Can someone help me out?
Regards,
Surendra Kumar
I am not new to VBA Excel, nor to Web Scraping using VBA Excel when it comes to simple HTML pages. However, now I have stumbled upon a series of issues as listed below:
1. The Web Page now I want to extract data from is a Secure Web Page (https://) whose security certificate has expired. The Web Page, when opened, shows the usual warning where one has to go through two different clicks, one on "More Information" and then on "Proceed with this site (not recommended)". When going through their code dump, it is observed that these are controlled through js/css scraping data from which is a herculean task for me.
2. Secondly, as all are aware, the good old Internet Explorer is saying goodbye (on my system it has already been dumped) and will soon be buried deep pawing way for MS Edge. But the VBA Excel has reference to only Internet Explorer (added through Tools->References) and to the best of my knowledge, other browsers are not getting support. On the contrary, I wish my VBA Code could run on any given browser, whether activated as default browser using Application.OpenBrowser method or a selected browser using some appropriate method.
On second thought : For certain reasons, I cannot use Selenium as the file can be distributed to friends not having the Selenium installed.
Can someone help me out?
Regards,
Surendra Kumar