Check Image: http://www.imagesocket.com/photos/guest/2333311 In the image i need to press SEND("ENTER") if this Message Box dispay. But My Problem is There is no specific Control that can use to check if this message box is active or not. This is my sample Code: ;SEND WorkOrder $sCellValue = _ExcelReadCell($oExcel, $myrow, 1) $wo = _ExcelReadCell($oExcel, $myrow, 3) ;copy WorkORder on Excel and Send to form WinActivate ("Intuitive ERP") Send($wo) Send("{TAB}") sleep(500) ;Chec