Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Shanl14

    Encrypting Zip Files with separate Passwords using VBA

    Changed Shell ("C:\Program Files\WinZip\WINZIP32.EXE -min -a -spassword " & target & " " & source) to Shell ("C:\Program Files\WinZip\WINZIP32.EXE -min -a -s" & password & " " & target & " " & source) Posting in case someone else needs this, since I had been hunting for such a code for a...
  2. Shanl14

    Encrypting Zip Files with separate Passwords using VBA

    Hello I have used the code at this link http://www.tek-tips.com/viewthread.cfm?qid=580108 by PSUIVERSON posted below: Dim source As String Dim target As String Dim password As String source = Chr$(34) & "C:\DEPTS\050\" & Chr$(34) target = Chr$(34) & "C:\DEPTS\050\050" & Chr$(34)...

Part and Inventory Search

Back
Top