Hello everyone,
Is it possible to "click" a form control button using VBA code?
Background:
I have a workbook whose VBA code is locked so I cannot see the macro. I can only give inputs and click on a "RUN" button [Form control button] to generate output.
I want to do this using a VBA code. It possible to put inputs and get the outputs but I am not able to figure out a way to actually 'click' the button programically.
The button is a form control button.
I do not have the access to the VBA code so I cannot call the macro associated with button.
For ActiveX buttons:
CommandButton1 = true ; will do the trick
I wanted to know if something like this is possible for FORM control buttons.
Thank you in advance!!
Bookmarks