Dear excel friends,
I really searched for a solution but... nothing.
Now, what is my problem?
there is a website with some buttons on it but one button will download an excel file that is updated twice a week.
It is very easy to get VBA to open that website but nothing works to get that button pushed.
On that website I found all details about that button so if anyone can help me with the correct code I will invite him for dinner.
This is from the website:
<button id="drawResults__btnDownloadResultExcel" type="button" class="btn btn-sm btn-primary" onclick="downloadResult('/api/drawresults/downloadexcelurl', 'F-f374bc7145eb404c8d60891dce60048d', 'xls')">Excel formaat</button>
Thanking you in advance,
Rudi
I really searched for a solution but... nothing.
Now, what is my problem?
there is a website with some buttons on it but one button will download an excel file that is updated twice a week.
It is very easy to get VBA to open that website but nothing works to get that button pushed.
On that website I found all details about that button so if anyone can help me with the correct code I will invite him for dinner.
This is from the website:
<button id="drawResults__btnDownloadResultExcel" type="button" class="btn btn-sm btn-primary" onclick="downloadResult('/api/drawresults/downloadexcelurl', 'F-f374bc7145eb404c8d60891dce60048d', 'xls')">Excel formaat</button>
Thanking you in advance,
Rudi