Quote Originally Posted by p45cal
Yes. Because the code is the same, you will be duplicating code. That's fine for now, but in future you'll find that managing duplicate ( or triplicate, etc.) code is a pain because if you make a change in one place, you'll have to find the duplicate code and make the change there too. Your tutor will probably tell you it's better to have only one version of that repeating code, and have the various event handlers call it. That way you only have to edit one bit of code.
So how would you do that? Make them public? could you give me an example. I may play with that. I will have some time on my hands before the next assignment is due. I'm sure the teacher doesn't care how its coded. I honestly think she just checks for the functionality of the worksheet and doesn't look at the code. But I want to learn it, which is why I am here and not there asking her questions.