Why does the button stay pressed? |
Manual -> VBA -> General -> Frequently asked questions -> Why does the button stay pressed? |
Show all Hide all |
If a button is linked e.g. to a LeftClickUp event, in the end of the precedure the LeftClickUp has to be executed.
Public
Sub LeftClickUp_Switch(obElem As Element)
frmSwitch.Show obElem.LeftClickUp
End Sub