Yes i have "mouse move" commands on them to change color, also there are boxes around them setting the colour back.
'Button highlighting comand
Private Function ButtonSetter(CtlName As String)
Dim ctl As Control
For Each ctl In Me.Controls
If ctl.ControlType =...