I could not succeed. I am not able to clearly understand usage of
SendKeys.
Software pops up with following message box at the end of each run
Continue Stop Restart Exit
The cursor's position is at "Continue". I need to select "Stop". If
I personally enter the keys, I will have to press first TAB and then
ENTER. Therefore, I tried giving following commands
Application.SendKeys "TAB", True
Application.SendKeys "ENTER", True
I was not successful. So I tried giving
SendKeys "TAB", True
SendKeys "ENTER", True
I was not successful. If I could not correct it, I will spend my
weekends entering Stop every 10 minutes 100 times or more
physically.