Skip to main content

All Questions

0 votes
1 answer
629 views

Can't set internet explorer 11 to get the focus

I've got trouble saving a downloaded file in IE11 using a MS ACCESS macro. This is where i want to click after i've been on the download link : I need to log with a username / password to get on ...
omnisius's user avatar
  • 229
2 votes
1 answer
183 views

VBA - losing control of internet exploror

I have a function that loads a website prompting a user to login. This works on everyone's computers except one person and I cannot figure it out. I get a runtime error on the line Do Until ieApp....
ArcherBird's user avatar
  • 2,094
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
0 votes
0 answers
472 views

VBA: IE automation stops with new tab open

A link that I click on via IE automation opens a new tab. With this new tab how can I control it with out creating a new internet explorer object? If Format(IE.Document.getElementById("...
Quint's user avatar
  • 590
1 vote
1 answer
34 views

copy specific text internet explorer to acces

I am trying to copy a value/text from a webpage using vba in access. This value is on 4 different places, each could be used the code lines of these places are document.title = document.title + ' - ...
sgh's user avatar
  • 23