Attach window not working and not timing out

I am trying to attach window of an excel macro pop up, as seen in the picture.


And after attaching window, I would like to type into the port textbox.
However, I am experiencing 2 issues here. Even though UIExplorer has validated my window, it is not being able to detect it during debug. And I have set time out to be 30000 milliseconds, but no error is being thrown out and the process just waits forever.

Can you try to bring window to front using activate activity.
Also use.sehd window messages type in type info activity with WaitFoorReady as none.

@Dorazhu

If its a macro screen then rather than waiting for window …modify the macro to send data programmatically instead of UI

and its paused there becasue macro is in pause control is in excel

cheers