EXERCISE TOPIC▼
VBA EXERCISES▼
ADVANCED VBA EXERCISES▼
Advanced VBA | Class modules exercise | Creating a pie chart class
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 ==> | Class modules (3 exercises) |
Level ==> | Average difficulty |
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.
The aim of this exercise is to make it easier to create a pie chart, so that you can run the following code:

With classes it always helps to have the destination in mind
After running the code above, your final chart will look something like this:

This is a separate-sheet chart, with slice 3 exploded
With all of this background, you're ready for the task! Create the class called SimplePieChart, and add the properties and methods necessary to get the above code to work.
Make full use of recording to get the right code in the first place.
When you have your code working, save this file as Pie Chart Class and close it down.