Your suggested code is fine to launch an external file.
But the file i want to launch is that embedded within my workbook.
I am using code (as per Ron DeBruin) to zip the selected file. Then embedding that zip file manually or via vba to workbook.
Refer attached sample workbook that contains a sample embedded zipped workbook.
then a call macro below to activate it.
However it launches an explorer window with its contents, not the file contained within itself.
i want to open the file contained within the zip file/folder. The file could be of any type.
Then close the zip folder window.
Bookmarks