Guest User

Untitled

a guest
Feb 20th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     Dim FolderName As String
  2.         FolderName = "C:\Users\CMP\Desktop\"
  3.  
  4.         CreateEmptyZip "C:\test\test.zip"
  5.           With CreateObject("Shell.Application")
  6.             .NameSpace("C:\test\test.zip").CopyHere .NameSpace(FolderName).Items
  7.           End With
Add Comment
Please, Sign In to add comment