Skip to main content

All Questions

0 votes
0 answers
40 views

Select an option from javascript drop-down on a webpage

So I have a macro to automate a repetitive task of placing meal orders on a website. (It's annoying because I have to place one order per person per day, and I'm doing it for a lot of people, and ...
Floyd's user avatar
  • 119
-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
-1 votes
1 answer
985 views

Fill Internet Explorer Pop-Up Window with Excel Data

I am filling fields with Excel data. This sub works for me on other websites. How do I make this work for a pop-up window? I have read a few other pages on this topic. I am using IE11. This is an ...
Jenn's user avatar
  • 637
0 votes
1 answer
769 views

vba Filling Internet Explorer Forms with Excel Data

Situation: I am filling fields on a website in Internet Explorer with data from Excel. It is an existing web page that the user has already navigated to, then clicks a button to add the Excel data ...
Jenn's user avatar
  • 637
0 votes
2 answers
2k views

Excel VBA fill textbox with autocomplete in IE11

How can I fill a textbox that uses javascript to suggest available entries using Excel VBA? Filling the textbox manually, I would start typing a few letters and a list of available inputs I could ...
dynomillie's user avatar
0 votes
1 answer
260 views

Submitting form on child window

I have a vba script that automatically navigates its way through ups.com. It does just fine until it comes to a child window with a different url. In that child window is a simple form, but when the ...
Matt Cremeens's user avatar
0 votes
1 answer
345 views

Excel VBA to dojo - changing a drop down box

I am new here and I am trying to write a VBA Excel script to automate form input for an external website. The website uses dojo and I am using IE11. Is there a way for me to integrate excel vba to ...
jyp38's user avatar
  • 1
2 votes
1 answer
2k views

How to trigger a specific web page event with a vba macro

Let me start off by saying that I have VERY limited knowledge of web development, so please correct me if I'm wrong about what's going on here. What I'm trying to accomplish is to duplicate the ...
drognisep's user avatar
  • 589