Zip workbook

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi,

Can someone help me create a code that zip, send and than
mail (attached the zipped file) workbook to several
recipients?

Regards
 
Hi Norman,

That is what I have tried to begin with.
I am getting an error in the following:

'Zip the file
ShellStr = PathWinZip & "Winzip32 -min -a" _
& " " & Chr(34) & FileNameZip & Chr(34) _
& " " & Chr(34) & FileNameXls & Chr(34)
ShellAndWait ShellStr, vbHide

I am using this Unregisterd WinZip(R) Version 8.1?

saving the file is also not working and attaching the file
is also not working.
I am using Window 2000 and MS Oulook 2000.

Regards,
 
On the page at Ron's site it says:

The examples are only working If you use WinZip as your Zip program.(Note:
you must have a registered copy of WinZip)
 
Hi Norman,

That is what I have tried to begin with.
I am getting an error in the following:

'Zip the file
ShellStr = PathWinZip & "Winzip32 -min -a" _
& " " & Chr(34) & FileNameZip & Chr(34) _
& " " & Chr(34) & FileNameXls & Chr(34)
ShellAndWait ShellStr, vbHide

I am using this Unregisterd WinZip(R) Version 8.1?

AFAIK WinZip32 does not support any command line switches - its command
line adjunct, WzZip, does; to avoid nag messages you probably need the
registered version, or a dfifferent free console zip program.
 
Hi John!

You've got the reason and bad news from Tom and Michael.

You may have noticed with your unregistered version that it opens
differently each time.

Although, the WinZip mailing process requires a Registered version of
WinZip, this does not impact upon the ability of receivers to use an
unregistered copy of WinZip to on zipped files.
 
I was looking through UltimateZip stuff, 2.7.1 the current version does
not support batch files after all (the author indicated in a forum that they
were working on it). There is a 3.0 Beta available, don't know if it has
batch processing or not (for myself, I don't care).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top