VBA How to use FindWindowEx when have Windows Handle
问题 I have looked over the numerous "similiar questions" that pop up when you submit a question but unfortunately none of these fit my problem, plus they are all in c++ or c#. I found this and it has helped me get the handle : My problem now is that how am I to use this handle to click "No" on this window: My code below is working to retrieve the handle without error (I assume the handle output is correct), however I am unsure where to go, where to look for help on how to use the handle to click