Winzip - Shell Execute

F

FastOneBaz

Hi

Anyone have any tips about calling winzip from VBA?

I can open the winzip interface using :

Dim RetVal
RetVal = Shell("C:\Program Files\WinZip\WINZIP32.EXE", vbNormalFocus)

But I don't know what arguments to use to control which file get
zipped and where it goes.

Can I do this?
All help appreciated, cheer
 

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

Top