Skip to main content

All Questions

0 votes
2 answers
1k views

Downloading a file using Internet explorer 11 automatically using vba

I am trying to download file using InternetExplorer.Application, but it always opens a window asking to save or open the file. Is there a way to circumvent this and have it run and save in the ...
antman's user avatar
  • 1
1 vote
0 answers
477 views

VBA automate ie11 save as dialogue box

I'm one step away from success on a huge automation project. I've got a dynamic download automated all the way up to the IE11 Save As dialogue box. This is where I'm stuck. I need to 1) enter in a ...
Xcelsior333's user avatar
3 votes
1 answer
558 views

Is there any keyword in vba to clear the default values in a website to replace with a new one?

While filling in different forms, username, inputbox or similar things in different websites, I sometimes noticed that the very options [forms, username, inputbox] are already filled in with default ...
SIM's user avatar
  • 22.3k
0 votes
1 answer
3k views

Access VBA Internet Explorer automation MS Edge object disappearing

I"m working on a scraping solution on a Windows 10 box using Access 2010 32 bit. Problem is that the IE object is somehow reset to Nothing during execution (error generated on line 17 of below snippet)...
Pavel Murnikov's user avatar
1 vote
2 answers
4k views

Internet Explorer 11 automation VBA Document Empty

I am just starting to learn Internet Explorer Automation using VBA and I am facing an issue. The Document object is empty which prevents me from going further than just loading a page. I have been ...
Fabien's user avatar
  • 11