What I am trying to do is create a VBA macro that is triggered when a rule is invoked from a specific email that has a standard format in the subject header.
When this rule is invoked it will scrap the email for a website address.
The problem I have is I want to save a file to a specific location. The file accessed is not a file that can just be pulled from a file location. Here is an example:
(above link does not work it just an example format)
Now if I click on that link I get the standard windows dialog that asked if I want to save the file.
I want the VBA macro to scrape the email for the website and automatically save the file to a defined location.