Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
I have an error opening files from a External VBS.
Every try give the same error on line 4
Object Required ActiveDocument
Here you have Execute.vbs source
Set MyApp = CreateObject("QlikTech.QlikView")
Set MyDoc = MyApp.OpenDoc ("D:\AUTOMATE.qvw")
Set ActiveDocument = MyDoc
ActiveDocument.GetApplication.WaitForIdle
ActiveDocument.Reload
ActiveDocument.Save
Best regards