So I wish to post a zipped excel file on the web and have it expire after a certain amount of time (30 days say). This is easy enough by having code running OnOpen in the ThisWorkbook module.
However, what if I want to reliably have this file expire 30 days after the person has downloaded the file? I'm trying to avoid having to replace the file on the web all the time with a new fixed expiry date in the code.
Bear in mind it will be in a compressed folder too. Any thoughts?
Thanks all
However, what if I want to reliably have this file expire 30 days after the person has downloaded the file? I'm trying to avoid having to replace the file on the web all the time with a new fixed expiry date in the code.
Bear in mind it will be in a compressed folder too. Any thoughts?
Thanks all