This is a vaguely worded question, but as a good general practice, try to identify events you might find yourself repeating a lot and see if you can make a Function out of them. Then, rather than writing the same code ten times, you can code it once and just call it ten times. More efficient