Hi All,
Here is my primary issue I am trying to solve using VBA in excel, the other steps not listed I should be able to figure out. I get an email sent to me everyday - contained in the email is a hyperlink that when manually clicked downloads a file using my preferred browser(I always have a browser open first). There is no actual file attachment just one hyperlink. Is there a simple solution in VBA to simulate me manually clicking this hyperlink in the email body to kick off the download? After it downloads I plan to save in in another path and modify said document.
Currently I have a solution that from a master excel can access a specific outlook folder path and download file but only when there are actual attachments.
Even if you are able to point me in the general direction any help would be greatly appreciated.
Here is my primary issue I am trying to solve using VBA in excel, the other steps not listed I should be able to figure out. I get an email sent to me everyday - contained in the email is a hyperlink that when manually clicked downloads a file using my preferred browser(I always have a browser open first). There is no actual file attachment just one hyperlink. Is there a simple solution in VBA to simulate me manually clicking this hyperlink in the email body to kick off the download? After it downloads I plan to save in in another path and modify said document.
Currently I have a solution that from a master excel can access a specific outlook folder path and download file but only when there are actual attachments.
Even if you are able to point me in the general direction any help would be greatly appreciated.