Hi all,
I receive several files daily and I have a VBA script to download these files to a directory automatically. However, the main concern right now is, the script only runs on the client-side, which means whenever I am on vacation these files would not be downloaded. I cannot leave my computer running during those periods in compliant with the corporate security.
On the side note, I have a server running 24/7. My question is, is there any software/utility, that I can setup on the server, to have it run at a specific time with a specified credential to download the files and logs out. I don't want my outlook credential to be logged on all the time.
Thanks,