In a menu I have the Mouse Over Event set to changing the ForeColor of several Command Buttons to Red (using VBA). I've surrounded a list of such Buttons with a larger Button that changes all the ForeColors back to black. As long as the larger Button is sent to the back using the Arrange option this works fine to highlight the buttons you want. The user can click when the caption is red and the click event will execute. Moving the mouse to another button will change the first button back to black and the new button to red. The problem is if you click when the mouse is only over the larger button, it brings the larger button to the front and the mouse over and click events for the smaller buttons no longer work.



Is there any way to fix this? Thanks.