Hi all i am tryin to zip a folder but it does not seem to work.
The folder Path is C:\Documents and Settings\macca\My Documents\test2
the code am using is
sZipName = "C:\Reports.zip"
sFileName = "C:\Documents and Settings\macca\My Documents\test2"
Shell "C:\Program Files\WinZip\wzzip.exe -pr " & Chr(34) & sZipName & Chr(34) & " " & Chr(34) & sFileName & Chr(34)
am not sure if i got the full syntax right
cheers
The folder Path is C:\Documents and Settings\macca\My Documents\test2
the code am using is
sZipName = "C:\Reports.zip"
sFileName = "C:\Documents and Settings\macca\My Documents\test2"
Shell "C:\Program Files\WinZip\wzzip.exe -pr " & Chr(34) & sZipName & Chr(34) & " " & Chr(34) & sFileName & Chr(34)
am not sure if i got the full syntax right
cheers