Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
With an existing zip file, how can I delete one of the zipped files ?
I can reference the file with something like Set oApp = CreateObject("Shell.Application") With oApp.Namespace(FileNameZip).Items.item(sFileToBeRe moved) End With but can't get the verb to use to be able to delete it. I have tried using the code that accesses zip32.dll and unzip32.dll and, while it will happily add and extract files from the zip file, it corrupts the zip file when i try to delete one of its members. Any help greatly appreciated TIA Kevin Beckham |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2007 Macro to Open File, Delete Contents, Save New File | Excel Discussion (Misc queries) | |||
how do i delete a file from recent documents file in excel | New Users to Excel | |||
delete info from source file w/out changing the destination file | New Users to Excel | |||
excel file deleted. Now howdo you delete file NAME | New Users to Excel | |||
How do I Delete a file from the drop down file menu? | Excel Worksheet Functions |