You can use the GetAsyncKeyState API to check for vbKeyReturn, then you can send the Tab Key using the SendMessage API with the vbKeyTab Constant, or even use the VB function SendKeys.
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]




Reply With Quote