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
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