somnath_it2006
Well-known Member
- Joined
- Apr 11, 2009
- Messages
- 574
Good Morning All,
I am using WebBrowser control in UserForm for extract some data from website.
By using above code I can fill the input properties on webpage but I want to invoke the JavaScript hyper link from vba code.
Is there any website from where I can get all the details or code regarding web browser control?
How can I do this...
Please help....
I am using WebBrowser control in UserForm for extract some data from website.
Code:
WebBrowser1.Document.All.Item("ROC").Value = "RC205"
WebBrowser1.Document.All.Item("registrationNumber").Value = "134936"
By using above code I can fill the input properties on webpage but I want to invoke the JavaScript hyper link from vba code.
Is there any website from where I can get all the details or code regarding web browser control?
How can I do this...
Please help....