I know how to use "Screen.ActiveControl" to retrieve the name of a control that the user clicks on, but how do you retrieve the name of some other object like a rectangle? Screen.ActiveControl does not seem to work for that. I have a form with about 50 rectangles, and I want to retrieve the name of the specific rectangle that the user clicks on. Is this possible?