EXERCISE TOPIC▼
- Access exercises (91)
- C# exercises (79)
- Excel exercises (278)
- Power Apps exercises (13)
- Power Automate exercises (18)
- Power BI exercises (139)
- Power Platform exercises ()
- Python exercises (28)
- Report Builder exercises (141)
- SQL exercises (198)
- SSAS exercises (51)
- SSIS exercises (46)
- SSRS exercises (99)
- VBA exercises (85)
- Visual Basic exercises (46)
VBA EXERCISES▼
EXCEL VBA MACROS EXERCISES▼
Excel VBA Macros | Event handling exercise | Event-handling macros
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.
Software ==> | Excel VBA Macros (52 exercises) |
Version ==> | Any version of Excel |
Topic ==> | Event handling (4 exercises) |
Level ==> | Average difficulty |
Subject ==> | VBA training |
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 and assign a macro so that it displays the following message when you try to close its file down:

You may need to delete the macro to close your file down!
Create a macro which displays the following message when you click on cell B3 (note that the Address property of a cell gives its address in absolute format - eg $B$3):

Beware - the address property is case-sensitive too!
Create a macro which displays the following message before you double-click (you can use VbCrLf twice in succession within your message box to create the new lines):

Not that polite really ...
Create a macro which displays the following message when you try to open its file:

The message which appears when you open a file
Note that strictly speaking this is impossible, as you can not interrupt the Open event. Instead, issue the command ActiveWorkbook.Close immediately after the file opens - your user will never see the difference!
Create a macro which immediately deletes any new worksheet you create, with the following message:

If you know his phone number, please include this also.
Save and close any workbooks you have created (if you can!).
The last one is the crazy one, need to be very careful, if we try to excute. So that means I would never be able to open the file?
You can always hold down the SHIFT key when you open a file to bypass any macros ...
i did press the SHIFT key and then tried to open the file, however it is still not opening. Could you please help, what's the cause or if there is any other way I can open it.
You need to click on the workbook to select it, hold down the SHIFT key and keep it held down when you click on the Open button. Beyond this I can't help you I'm afraid!