Is there a way to extract 7z content using VBA without administrator privileges?
Using the function UnzipAFile
described here I get an error at line:
ShellApp.Namespace(unzipToPath).CopyHere ShellApp.Namespace(zippedFileFullName).items
I think it is related to the create object command:
Set ShellApp = CreateObject("Shell.Application")
I do not and cannot have administrator privileges. (Maybe its due to other reason?!?) Thank you for your help.