Question:
At an application, I used DoModal() method in a CommandButton’s script at an application. Why does the button remains pressed on the main screen after the modal screen has been opened?
Solution:
This is MsForms‘s normal behavior. To fix this, you must configure the CommandButton to be the first of the list of tabs ordering.