Skip to main content

All Questions

0 votes
1 answer
443 views

VBA / Internet Explorer: Capture Resulting URL From OnClick Event

I am automating some data collection using the Internet Explorer object in VBA, and have hit a wall trying to obtain a url resulting from a href onclick event. The link is being "clicked" by the code ...
MJR's user avatar
  • 1
1 vote
1 answer
667 views

VBA - IE - Click one button to make another 'Input Enabled'

I am writing a macro in VBA connected to the following website: https://sphere.ush.inbcu.com/index.html#/ (Probably you won't be able to login there). There are two elements: On the left there is a ...
Bubool's user avatar
  • 11
0 votes
0 answers
431 views

Is there a way through VBA to emulate a button click, when the button is a DIV with event handling disabled?

I have been a fan of you guys for years I am hoping that someone can assist. I have been working on and off on this problem to no avail for almost a year now hopefully someone out there might be able ...
Ry M's user avatar
  • 1
0 votes
0 answers
736 views

VBA IE automation - simulate ctrl+click

I've got a list of names on a website that can be multi-selected by CTRL + clicking them. A second button then loads in data for all the selected names. Normally clicking the name loads the data for ...
ausernottaken's user avatar
0 votes
2 answers
2k views

VBA / Internet Explorer / Javascript: How to open a javascript window from same internet explorer?

I am working on intranet. Using VBA I have to close some date from a list. I have selected the dates. Then clicked on a link to close (not button) which triggers a javascript. Selected all dates: ...
Arif's user avatar
  • 21
5 votes
1 answer
2k views

Form.Submit does not go through when using VBA

I have a webpage that I am extracting data from. I can do everything fine with VBA apart from clicking on an image element which then submits a form and a popup with data is created. One of the ...
TheGuyOverThere's user avatar
3 votes
1 answer
5k views

JavaScript/VBA Automation: Changing the onclick attribute

I am trying to change the function call from the onclick event of a button on a form using automation in VBA. Function X is already hard-coded into the webpage, and I do not have access to change that ...
Gaffi's user avatar
  • 4,367