Read our blogs, tips and tutorials
Try our exercises or test your skills
Watch our tutorial videos or shorts
Take a self-paced course
Read our recent newsletters
License our courseware
Book expert consultancy
Buy our publications
Get help in using our site
547 attributed reviews in the last 3 years
Refreshingly small course sizes
Outstandingly good courseware
Whizzy online classrooms
Wise Owl trainers only (no freelancers)
Almost no cancellations
We have genuine integrity
We invoice after training
Review 30+ years of Wise Owl
View our top 100 clients
Search our website
We also send out useful tips in a monthly email newsletter ...
Software ==> | Advanced VBA (28 exercises) |
Topic ==> | Passing arguments (5 exercises) |
Level ==> | Relatively easy |
Subject ==> | VBA training |
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.
In some suitable application (Excel, for example) create a simple subroutine to display a message. Your subroutine should take one argument - the message to be displayed - and produce output like this:
You can pass different messages to your subroutine to display different message boxes.
If you still have time, try writing a different subroutine to unprotect or protect a given worksheet. This subroutine should take 2 arguments:
The name of the sheet to be protected or unprotected
Whether to protect the sheet or not (a Boolean argument)
Note that to protect or unprotect a worksheet you just apply the Protect or Unprotect methods.
Try running your macro using commands like this to test it:
Sub TestProtectionSystem()
'testing protect a worksheet
ProtectSheet "Sheet1", True
End Sub
Sub TestUnprotectionSystem()
'testing unprotecting a worksheet
ProtectSheet "Sheet1", False
End Sub
If you still have time, try making the second argument optional, so that by default your subroutine will protect a sheet if the protection status is not explicitly given when the macro is run.
Save this file as Examples of arguments, and close it down.
You can find other training resources for the subject of this exercise here:
Kingsmoor House
Railway Street
GLOSSOP
SK13 2AA
Landmark Offices
99 Bishopsgate
LONDON
EC2M 3XD
Holiday Inn
25 Aytoun Street
MANCHESTER
M1 3AE
© Wise Owl Business Solutions Ltd 2024. All Rights Reserved.