Skip to main content

All Questions

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
0 answers
145 views

internet explorer does not always open browser.navigate

Private Sub Command89_Click() Dim oBrowser As Object Dim time1, time2 Dim htmlButton Dim addressInput As HTMLInputElement Dim err_count As Integer Dim y As Integer On Error GoTo Err_Clear If TempVars!...
Peter's user avatar
  • 148
-1 votes
2 answers
1k views

How to click on a javascript button on IE 11 using VBA?

The VBA code is not responsible because it doesn't work on IE 11 even not programmatically. The button works with Chrome or Firefox but I cannot manage to use Selenium on my computer, it is throwing ...
Pierre Qui Roule's user avatar
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
133 views

How to enter data into an Internet Explorer website?

I am trying to enter info into an Internet Explorer 11 website form. The website/form was designed a long time ago (around 15-20 years). The website can only be accessed through Internet Explorer. I ...
learningvbahurts's user avatar
0 votes
1 answer
1k views

VBA - Send Keys IE11 Save/Open

I have taken code off the boards to send-Keys to the IE11 Save/Open box that pop-ups when you export a file but it is not working (it is sending to the main browser). I cannot activate the Save/Open ...
Mturks83's user avatar
0 votes
0 answers
39 views

How to get website to accept the amount updated on a field

I am trying to submit a form after updated all the fields but the amount field keep changing back to zero no matter what amount updated. Below is the element of that particular field: input id="$...
user9750397's user avatar
1 vote
1 answer
133 views

Unable to fill in some date inputs to perform a customized search

I'm trying to create a script in vba to select dates according to my preferable input date, as in 03/11/2019 and output date, as in 05/11/2019 for the two fields check-in and chek-out. the macro that ...
MITHU's user avatar
  • 180
1 vote
3 answers
964 views

Excel VBA - Win10, IE11 - opening second webpage is not working

we've migrated to win10 and IE11and some of my vba macros stopped working. I could resolve some, but I am having issues with resolving following problem. I have a macro, that opens a webpage in IE. ...
mikit's user avatar
  • 21
1 vote
1 answer
433 views

How do I pause my code until CAPTCHA is entered?

I have managed to compile the below mentioned code, the code is working fine, but I need to pause the code from running until I enter CAPTCHA value and click proceed button. How can it be achieved ? ...
Arpit Jain's user avatar
0 votes
0 answers
100 views

Trigger combobox change event

I am working with DATAGRID in web application now, having problem where i can select the object by code , change the value of combobox by code, yet it did no trigger the 'updates' in the application ...
Smarter's user avatar
1 vote
1 answer
107 views

Website not recognizing selection done through VBA code

Below mentioned code is working fine, the problem i'm facing is that when I enter CAPTCHA and click proceed button, the website doesn't recognize the selection for NetBanking Tab, the said selection ...
Arpit Jain's user avatar
1 vote
2 answers
79 views

Unable to autofill tabs of website through excel vba

I have managed to create the below code, but I'm unable to autofill the fields marked with red arrows shown in the image, as there is no ID available for them in the HTML code. All the tabs shown in ...
Arpit Jain's user avatar
0 votes
2 answers
377 views

Sending double click to Internet Explorer

I want that a double-click on an HTML table row selects the record. I found the element to send a left-click, but I could not send a double-click. I checked that there was no mouse event control / ...
Smarter's user avatar
-1 votes
1 answer
205 views

I need to copy the Request Url from Internet Explorer into Excel

Is there a way to copy the request Url into Excel using VBA. The code i use at the moment copies the Location Url into Excel. But i really need the request Url. This Url you can find using Developer ...
Y Bisschoff's user avatar

15 30 50 per page
1
2
3 4 5
8