I am executing few QTP scripts through excel macro. But sometimes QTP throws some pop up where we have to click on OK manually after entering some value. I want to simulate this action in my macro code.
Below is the screenshot of Input Box that I want to handle:

Problem is that this Input Box is launched through QTP Script But I want to click on OK button using excel macro code. So, How can I get this Input Box and perform desired action?