Open Workbook in Excel VBA Using msoFileDialogOpen and Workbooks.Open
If you read the article about the FileDialog object in Excel here you will already know a bit about the msoFileDialogOpen constant available as a parameter for the FileDialog object. We are going to take a deeper dive into the msoFileDialogOpen constant in this article. WHY