Arvind1977
Board Regular
- Joined
- Jul 21, 2006
- Messages
- 108
hi ,
i am writing a code for SAP where i am entring data from send keys for execute the sap window i have to run f8 (function key) & for returning back to the same window i have to press F3 now when i use the following commands its not working can any one please tell me how do i press F8 & F3 in sendkeys
Case "f8"
SendKeys "{F11}"
Sleep 200
Case "f3"
SendKeys "{F3}"
Sleep 200
i have even try this also.
Case "f8"
SendExtKey " ", "{F8}"
Sleep 200
Please help
i am writing a code for SAP where i am entring data from send keys for execute the sap window i have to run f8 (function key) & for returning back to the same window i have to press F3 now when i use the following commands its not working can any one please tell me how do i press F8 & F3 in sendkeys
Case "f8"
SendKeys "{F11}"
Sleep 200
Case "f3"
SendKeys "{F3}"
Sleep 200
i have even try this also.
Case "f8"
SendExtKey " ", "{F8}"
Sleep 200
Please help