I’m trying to write a piece of code in VBA that clicks a button in another access application.
I know how to do it when the application is written, e.g. in C#, via Windows API, e.g. FindWindow and SendMessage.
For the ms-access app, I can’t find the button handle. In Spy++, the application window is visible, but its button components are not visible.
How does ms-access handle buttons and how can it be done in VBA via Windows API?
przem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.