Skip to main content

All Questions

-1 votes
2 answers
1k views

Using Excel VBA to load a website that is incompatible with IE11

In Excel VBA to load a website and get it into a sheet I have been using the following: Dim IE As Object Set IE = CreateObject("InternetExplorer.Application") IE .navigate "https://...
drb01's user avatar
  • 301
1 vote
1 answer
392 views

Is there a way to click on a radio button when Excel VBA says its not visible but it is actually visible?

How do I click on a radio button on the webpage in a form? I am trying to write a code to automate form filling with Excel VBA. Here is the problem statement: Need to click on one of the three options ...
joiner's user avatar
  • 47
0 votes
1 answer
193 views

Resume Macro after IE Crash or not respond

I need to get data from website I'm using SHDocVw.InternetExplorer and MSHTML.HTMLDocument and fetch data. I'm using set IE = Nothing and IE.Quit after fetching each records and creating new instance ...
Mahesh Bangale's user avatar