Hello,

I have about 50 pictures that are placed behind 50 text boxes in a UserForm Frame. Essentially what is happening is I have each text box programed to use the MouseMove feature so that the picture behind the boxes = visible once the cursor crosses over the text box (the pictures are making the box look like it's glowing". Then when the cursor hovers to another text box it's suppose to turn the picture placed behind the text boxes back to "visible = false". It works most of the time but if you move the mouse over too quickly then it will glitch and have two or more text box pictures turn "visible = true" and not turn off. I know that if I use the MouseMove feature on frame to turn a list of all of the pictures back to "visible = false" it should do the trick. But some pictures can be too close to each other to activate "Fram_MouseMove()".

Is there anyone out there that could provide a solution or a code snippet on how to give this a more accurate response. Please let me know if I need to clarify further. Sorry if my explanation isn't clear.