EXERCISE TOPIC▼
VBA EXERCISES▼
ADVANCED VBA EXERCISES▼
Advanced VBA | Revision of VBA exercise | Holidays - looping over cells in Excel
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 the course listed below!
Software ==> | Advanced VBA (33 exercises) |
Version ==> | Any MS Office versions |
Topic ==> | Revision of VBA (5 exercises) |
Level ==> | Relatively easy |
Course ==> | 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.
Write a macro to loop over all of the cells in the range shown below called Countries, finding out the details of each holiday and listing them to the immediate window:

Your macro should loop over the 20 cells shown here
The output from your macro should look like this:

The result of running your macro
Save your workbook with the same name, then close it down.