|
-
June 30th, 2016, 11:43 PM
#1
Clicking a button on a application is not working through VBscript
Hi I am trying to click the next button on an application using VB script but the next button dialog box is getting highlighted but it is not proceeding please see the code below and provide me some suggestion,
Dim objShell
Set objShell = WScript.CreateObject("WScript.Shell")
Wscript.Sleep 4000
objShell.SendKeys "%{N}"
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|