2022-02-24, 15:46:11
Hello,
I am new to this tool, want to try our before we go for full susbscription. I have created a basix xlsm file with AntView web browser control and a button. When the button is clicked, I want to navigate to a web page. And below is my code in btnclick event
Sheet1.Antview.UnlockControl "ExampleCompany", "--- ---- ----- --- ---"
Sheet1.Antview.Navigate "http://www.google.co.uk"
But when above code is executed, nothing happens, web page doesnt show up in the control ? Its just blank.
And In the immediate window I see this,
?Sheet1.Antview.LastErrorMessage()
Get UserAgent The CoreWebView2Settings object is not instantiated.
Any ideas please ?
I am new to this tool, want to try our before we go for full susbscription. I have created a basix xlsm file with AntView web browser control and a button. When the button is clicked, I want to navigate to a web page. And below is my code in btnclick event
Sheet1.Antview.UnlockControl "ExampleCompany", "--- ---- ----- --- ---"
Sheet1.Antview.Navigate "http://www.google.co.uk"
But when above code is executed, nothing happens, web page doesnt show up in the control ? Its just blank.
And In the immediate window I see this,
?Sheet1.Antview.LastErrorMessage()
Get UserAgent The CoreWebView2Settings object is not instantiated.
Any ideas please ?