EXERCISE TOPIC▼
VBA EXERCISES▼
EXCEL VBA MACROS EXERCISES▼
Excel VBA Macros | Recording macros and buttons exercise | Recording adding another period
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 ==> | Excel VBA Macros (52 exercises) |
Version ==> | Any version of Excel |
Topic ==> | Recording macros and buttons (6 exercises) |
Level ==> | Harder than average |
Courses ==> | Excel VBA macros / Fast track Excel 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.
Professor Dumbledore keeps his budget in Excel, and wants to be able to click on a button to add another period each month:

What the spreadsheet should look like after clicking on the button shown
Help Professor Dumbledore fulfil his wishes by:
- Recording a macro to accomplish the task shown, using a suitable combination of absolute and relative recording (and indeed the hint below)
- Adding a button as shown and attaching this macro to it
Note that you are allowed to edit the macro after you've recorded it.
Your macro might, for example, select period 1 using absolute references, then switch to relative cell references to go to the end of the row of data, etc.
Save this as Adding period.