I have a macro that takes an excel file as input. It contains sensitive information hence I have locked the macro. But i cannot embed the excel file in the macro. It needs to remain as an input.
Is there any way I can provide an encrypted string or file like a PGP signature version of the excel file which can be easily decrypted inside the macro
TLDR : I want to encrypt my input files so they can only be used inside the macro