Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
maxime66
Creator
Creator

Run Qlikview VB macro from Excel VB macro

Hi !

I try to run a Qlikview macro from an Excel macro, but don't work.

Excel VBA Code:

Sub test()

Set MyApp = CreateObject("QlikTech.QlikView")

Set MyDoc = MyApp.OpenDoc("G:\.....file.qvw", "", "")

MyDoc.Run "Console"  <-- i have an error code 438 on this line.

End Sub


Qlikview Macro Module Code (VB) :


Sub Console()

msgbox "hy"

End Sub


Thanx for your time.

Labels (1)
0 Replies