How to compress a folder from vba?

Y

yajiv.vijay

I need to attach a folder, i am not able to do this with vba macro.
Is there any way to compress the folder and attach it? I have no
commandline zipping software, and no idea of using them. Is there any
code for that?
 
K

Ken Slovak - [MVP - Outlook]

You will need to purchase some zipping software that supports calling from
code, or find free software that supports that. Try googling for any and see
if something comes up.
 
Top