VBA IE - Enable button / ID

30136353

Board Regular
Joined
Aug 14, 2019
Messages
105
Hi, I have successfully navigated to a page on my works intranet, and now need to click a download button but cant seem to get it activated. Without the macro you simply click on the row from your search results, but when i try to emulate this with .click on all of the tags on that row it doesn't work. Does anyone know how to make an ID enabled? See HTML code below:


1st image shows the buttons disabled, 2nd image shows the button enabled after i manually click the row...

THANKS!
 

Attachments

  • Disabled.JPG
    Disabled.JPG
    72.8 KB · Views: 13
  • Enabled.JPG
    Enabled.JPG
    66.9 KB · Views: 13

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Why do you need to do this using VBA?

Can't you get someone in your company to send you the relevant data?
 
Upvote 0
Why do you need to do this using VBA?

Can't you get someone in your company to send you the relevant data?
I have 500 files I want to download from a site containing over 100000 files. I can work out the whole code to open up the site, search and download the file but currently i need to manually click on the row during the macro to make it work as i cant this last piece! Id like to be able to leave it running for a couple hours so its a no go this way
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,492
Members
448,967
Latest member
visheshkotha

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top