EXERCISE TOPIC▼
VBA EXERCISES▼
ADVANCED VBA EXERCISES▼
Advanced VBA | FileDialogs exercise | Customising file dialog with multiple select
This exercise is provided to allow potential course delegates to choose the correct Wise Owl Microsoft training course, and may not be reproduced in whole or in part in any format without the prior written consent of Wise Owl.
You can learn how to do this exercise if you attend one of more of the courses listed below!
Software ==> | Advanced VBA (33 exercises) |
Version ==> | Any MS Office versions |
Topic ==> | FileDialogs (2 exercises) |
Level ==> | Average difficulty |
Courses ==> | Fast track Excel VBA / Advanced VBA |
You need a minimum screen resolution of about 700 pixels width to see our exercises. This is because they contain diagrams and tables which would not be viewable easily on a mobile phone or small laptop. Please use a larger tablet, notebook or desktop computer, or change your screen resolution settings.
Create a macro which allows you to choose several files at the same time:

Your macro could display a dialog box like this
When you select a few files, your macro should then list them out in the immediate window:

The result from running the macro
Save the file containing your macros with a suitable name, then close it down.