I use specialist software that has added some forms that allows access to some of the apps methods and a jscript interface to access the Microsoft Web Browser Control to create webforms. I use this to open Excel inside the browser so it appears to be running inside the app. Although I can access worksheets from the java interface, I cannot find a way to access the scripting control from VBA in Excel.
From inside the specialist app I can use
form.browser.interface_.document
to access the html scripting or Excel workbook.
From the HTML I can use
window.external
to access the speciaist app scripting methods.
From Excel I can use
workbook.container
to access the Microsoft Web Browser Control
Is there any way to access the speciaist app scripting methods from VBA in Excel?
Is there a VB equivalent to window.external?