Saturday 9 July 2016

Automate script to open, run and export a file into exe

Automate script to open, run and export a file into exe: "Set MyApp = CreateObject("QlikTech.QlikView")
Set MyDoc = MyApp.OpenDoc ("C:\edpdsi-cs\DailyReportPlain-Qlikview-21072014_1.qvw")
Set oShell = CreateObject("WScript.Shell")
Set ActiveDocument = MyDoc
ActiveDocument.ReloadEx 0,1
Set Button1 = ActiveDocument.GetSheetObject("BU03")
Button1.Press
MyDoc.GetApplication.Quit
Set MyDoc = Nothing
Set MyApp = Nothing "



'via Blog this'

No comments: