Hi,
I have some VBA code that zips various folders using the windows built-in compression tool (not winzip) before attaching these zips to emails.
My problem is that I cannot find how to password protect the zipped folder using code.
I found this link on the net that shows my how to do it manually. This is exactly what I need, but how do I achieve this using VBA?:
Can anyone point me in the right direction?
Thanks,
Roy
P.S. This is actually a workaround as I cannot find a way to password protect .snp files for emailing. But if anyone knows a way this can be done that would be even better.
I have some VBA code that zips various folders using the windows built-in compression tool (not winzip) before attaching these zips to emails.
My problem is that I cannot find how to password protect the zipped folder using code.
I found this link on the net that shows my how to do it manually. This is exactly what I need, but how do I achieve this using VBA?:
Can anyone point me in the right direction?
Thanks,
Roy
P.S. This is actually a workaround as I cannot find a way to password protect .snp files for emailing. But if anyone knows a way this can be done that would be even better.