2023-01-10, 10:39:35
Hello Bernard,
Thank you for your question.
Interesting to try it with wscript, might give that a shot in a bit myself.
The servername should be empty as the ActiveX is installed on the local machine.
I notice that you are creating the document interface object. The document interface does not function standalone, you need to connect it to an AntView instance.
So you'd also need to create a AntViewAx.AntView
eg.
Something like:
--
Wil
Thank you for your question.
Interesting to try it with wscript, might give that a shot in a bit myself.
The servername should be empty as the ActiveX is installed on the local machine.
I notice that you are creating the document interface object. The document interface does not function standalone, you need to connect it to an AntView instance.
So you'd also need to create a AntViewAx.AntView
eg.
Something like:
Code:
Set Browser = CreateObject("AntViewAx.AntView","")
--
Wil