Hi guys.
I' currently in the process of writing some code to make one of my daily tasks a lot faster.
I'm navigating to a website through VBA and need to upload a file in the very end of the task.
The file is uploaded via a "Browse" button.
I have managed to click the Browse button (via elementID) and bring up the pathfinder, but dont know how to use VBA to select files in pathfinder though IE.
The upload file field and browse button have the same ID, and the upload field is locked, and can therefore not input the file destination as field value.
image of the browse/upload field and inspection of element
https://imgur.com/a/GAXYm5j
Best Regards
Thom
I' currently in the process of writing some code to make one of my daily tasks a lot faster.
I'm navigating to a website through VBA and need to upload a file in the very end of the task.
The file is uploaded via a "Browse" button.
I have managed to click the Browse button (via elementID) and bring up the pathfinder, but dont know how to use VBA to select files in pathfinder though IE.
The upload file field and browse button have the same ID, and the upload field is locked, and can therefore not input the file destination as field value.
image of the browse/upload field and inspection of element
https://imgur.com/a/GAXYm5j
Best Regards
Thom