Hello Guys,
I have a VBA code that unzips the files in a folder. I wish to modify the code so that existing files will automatically be overwritten (without the prompt to confirm).
Any help will be greatly appreciated. Below is the existing code:
Sub UnzipFiles
Dim ShellApp As Object
Dim...