B
brad
Thanks for taking the time to read my question.
I have the following code that zips a file using WinZip.
I don't understand what it is doing. Can anyone explain
it to me?
Thanks
Brad
Dim ZipIt as String
ZipIt = Shell("C:\Program Files\WinZip\winzip32.exe" & " -
min -a """ & "Place Name of File and File Locatoin of
Zip File here" & """ """ & "Place Name of File and File
Location of Zipped File here" & """ ", vbMaximizedFocus)
I have the following code that zips a file using WinZip.
I don't understand what it is doing. Can anyone explain
it to me?
Thanks
Brad
Dim ZipIt as String
ZipIt = Shell("C:\Program Files\WinZip\winzip32.exe" & " -
min -a """ & "Place Name of File and File Locatoin of
Zip File here" & """ """ & "Place Name of File and File
Location of Zipped File here" & """ ", vbMaximizedFocus)