01-08-2015, 08:56 AM
Not all editable text boxes support SetValue. For example, it works in Internet Explorer but not in Firefox. When does not work, use Select and key or paste.
a4.Select(1) ;;if 1 does not set focus, try 2 or 3
key HSE (varVIN) ;;HSE selects existing text (Home Shift+End)
a4.Select(1) ;;if 1 does not set focus, try 2 or 3
key HSE (varVIN) ;;HSE selects existing text (Home Shift+End)
