Hi everyone, i am working on a macro which populates an input table for BEX analyzer add in. I am using sendkeys method and there is a popup that comes up if the input is wrong.
is there a way for me to make an if statement depending on the title of the alert.
for example:
If popup title = "BEX analyzer"
then send key {Enter}
Send key {enter}
Else
move on
is there a way for me to make an if statement depending on the title of the alert.
for example:
If popup title = "BEX analyzer"
then send key {Enter}
Send key {enter}
Else
move on