I had the following line of code working to extract an Excel lfile from a temp.zip folder, but it stopped working about 2 months ago.
Set oApp = CreateObject("S hell.Applicatio n")
oApp.Namespace( ZipFilePath).Co pyHere (ZipFilePath & "temp.zip\" & ExcelFileName)
The error message is "The file exists". Can anyone suggest why this would suddenly stop working? I am not sure what settings might have changed, but updates get rolled out in my company with users knowing.
Set oApp = CreateObject("S hell.Applicatio n")
oApp.Namespace( ZipFilePath).Co pyHere (ZipFilePath & "temp.zip\" & ExcelFileName)
The error message is "The file exists". Can anyone suggest why this would suddenly stop working? I am not sure what settings might have changed, but updates get rolled out in my company with users knowing.
Comment