What is Button activation?
ABSTRACT. The activation point of a button is defined as the depth at which it invokes a make signal. Regular buttons are activated during the downward stroke, which occurs within the first 20 ms of a press.
How do I activate a button in VBA?
That means that you will still need VBA to change the status of the button while the form is running. Click the desired button > look to the Properties Window (F4) > change the Enabled property to False to disable the button and True to enable the button.