Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
HI I use Winzip 11.2.
I wish to zip 4 files monthly (there are other files in the folder). How do I add (via loops) more than one zipped file? I was going to use the .SendMail SendTo to email the zipped file. Thanks Simon I was using ub ZipFile() Dim ZipPath As String Dim ZipIt As String Dim Source As String Dim Dest As String ZipPath = "C:\Program files\Winzip\" Source = "N:\mis\location\location Reporting\082008\UKA Reports\CARC- GE3" Dest = "C:\tt.zip" 'Note spaces important ZipIt = Shell(ZipPath & "Winzip32 -a " & Dest & " " & Source, vbNormalFocus) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to change default Open/Files of Type to "Microsoft Excel Files | Excel Discussion (Misc queries) | |||
Sending only part of a workbook thru emai | Excel Worksheet Functions | |||
how to default WritePassword under excel workbook property for any files as long as those files are the offsprings of the parent file | Excel Programming | |||
Extracting out of a emai address string | Excel Discussion (Misc queries) | |||
Macro to open *.dat files and save as .txt (comma delimited text files) | Excel Programming |