Hi everyone,
As a new user who found no password protection/encryption for outputs a little disappointing, I was quite pleased to find this macro by Ben Moss that can apply a password to your xlsx output.
Question for you, how would I deal with a file name that changes based on today's date?
I output an xlsx file with today's date in the name. For example, my current file name defined in the macro question is "test", but I need it to match what is dynamically generated by the output tool in the previous step, for example "test - 2020-11-20" today.
How can I feed that dynamically changing name into the macro?
See example workflow.
Thank you