Skip to main content

All Questions

0 votes
0 answers
72 views

Run-time error '91': Object variable or With block variable not set (ie.Document.getElementById)

I get the error in the title above when trying to execute a VBA command to click a button on Internet Explorer 11: Const sURL As String = "MY_URL" Set ie = New InternetExplorerMedium ...
Lucas Contreras's user avatar
0 votes
1 answer
470 views

Select value using VBA from IE11 dropbox

I have looked everywhere for a solution and nothing works. Here is my code: Sub GetData() Dim IE As Object Dim ccy As Object Dim ccy1 As Object Dim allstatus As Object Dim GetMTM As Object Set IE =...
xiong lui's user avatar