All Questions
7 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 ...
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 ...
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 ...
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 ...
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:
...
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 ...
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 ...