Hi All
First time call, long time listener.
I am looking for help with a VBA module to download multiple files to a dynamic target folder with VBA.
My organisation checks building plans, and all submissions are through an online portal. At some key points in process we need to save these documents into our document managment system.
I have already got modules to;
- Identify relevant submissions
- Navigate to the website and extract the raw data
- Create a unique folder in the right place for each submission
- Identify which set of documents to be downloaded (there are multiple per page)
- Extract the URL and download the relevant files.
At the moment a manual step is required to move the downloaded documents from the chrome downloads folder into the newly (VBA) created folder.
There can be up to 20 separate applications a day and 40 documents per application. My goal is to set and forget for the whole thing.
First time call, long time listener.
I am looking for help with a VBA module to download multiple files to a dynamic target folder with VBA.
My organisation checks building plans, and all submissions are through an online portal. At some key points in process we need to save these documents into our document managment system.
I have already got modules to;
- Identify relevant submissions
- Navigate to the website and extract the raw data
- Create a unique folder in the right place for each submission
- Identify which set of documents to be downloaded (there are multiple per page)
- Extract the URL and download the relevant files.
At the moment a manual step is required to move the downloaded documents from the chrome downloads folder into the newly (VBA) created folder.
There can be up to 20 separate applications a day and 40 documents per application. My goal is to set and forget for the whole thing.