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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Error with export to power point 2007

Dear colleagues, good day!

I'm trying to export data to Power Point (MS Office 2007). I have simple code, which must only open ppt document:

Sub ExportPPT()

Set objPPT = CreateObject("PowerPoint.Application")

objPPT.Visible = True

Set PPSlide = Nothing

Set PPPres = Nothing

Set PPApp = Nothing

End Sub

But this macro not working (any reaction when i run it)

Maybe, there are some features with exporting to ppt 2007?

Thanks.

2 Replies
m_woolf
Master II
Master II

The macro works fine for me.

Do you have Macro Security set to System Access?

Are you trying to run the macro from the accesspoint?

If yes, are you using IE and the QV Plugin?

Anonymous
Not applicable
Author

I try to run macro on server.

When i run it as accesspoint, it works fine...