Tips Tagged: Windows
Using the Windows File Open Dialog
When your VBA applications are required to open a file you can use the Windows Common Dialog Control to utilize the standard Windows Open file dialog.
Add a Reference to the Control
In the VBA Editor select Tools > Additional Controls… from the top pull-down menu.
If this command is grayed out open a Form and [...]