Selecting a file using the FileDialog
In a Macro or Add-in there may be times when you require the user to select a file. It is possible to use the standard FileDialog box for this purpose. The following code is intended to provide the most common settings which you can amend to meet your needs. Open the file DialogBox for selecting … Read more