2023-01-10, 10:50:41
(2023-01-10, 10:39:35)wila Wrote: Hello Bernard,Hello 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
Thanks for your answer.
I try this and something and I give you the result.
Regards,
Bernard.