Skip to main content
Learn
Excel Macro: List All Files From zip File
This Excel macro can list all files from zip file. Click here if you need to list all files in a folder […]
Learn
Excel Macro: Opening a Specific Workbook Chosen by the User
This macro opens a friendly dialog box, allowing you to browse for and open the Excel Workbook of your choosing. Get this VBA code now!
Docs
Application.GetOpenFilename method
Displays the standard Open dialog box and gets a file name from the user without actually opening any files. Syntax expression.GetOpenFilename (FileFilter, […]