VBScript is no longer supported in IE11 edge mode (Windows) | Microsoft Learn
Is that what you are trying to do? Are you trying to use VBScript in HTML?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Anybody kindly let me know how to how to vba coding to create HTML event at EDGE or CHROME.
At IE, you can use vba codes below when you move behind JAVA.
Set evt = objIE.document.createEvent("HTMLEvents")
evt.initEvent "change", True, False
Please give hints how to pass, thank you.
VBScript is no longer supported in IE11 edge mode (Windows) | Microsoft Learn
Is that what you are trying to do? Are you trying to use VBScript in HTML?