#include $vInputBox = InputBox("Validation","Write Any Number From 1 to 9") Sleep(500) If $vInputBox = "1" Then ;Here can be any number ;Do this to me EndIf