Like the title says, I have been stuck on finding a way to select a file I want to upload to a website.
Unfortunately I cannot copy/paste a file path into a text box and then click the upload button. Instead, the website forces me to click a Choose file/Browse button which then opens up my directory (just like Application.GetOpenFileName). This appears to be done using a javascript function, but I have no idea how to execute the function with VBA. Here is that part of the html:
I know this may be taking VBA to the fringe of what it's meant for, but if anyone has any suggestions that would be great.
Bookmarks