MyFlight
Technical User
- Feb 4, 2002
- 193
I am trying to figure out how to run WZZIP.exe (the command line interface for WinZip from VBA. I have multiple VBA Modules and macros that run and I need to zip all of the files prior to running these macros (in case of problems). All files begin with a 7 digit number followed by an Underscore and then the text file name. I need to zip any file in C:\temp files\ with 1234567_*.txt into a zip file named 1234567.zip.
If anyone has any suggestions or could point me in the right direction I would appreciate it.
If anyone has any suggestions or could point me in the right direction I would appreciate it.