Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I need to create a presentation (power point) with the data from my dashboard (QlikView). On triggers, I can create a macro to export each selection I make.
Can someone provide me a macro to do this?
I got one, but exports image. This does not suit me. Accurate data collection work, as if in QlikView
Thanks
Jonnathan
This code will open an existing PPT file and get an object for slide1. Use the same code for exporting tables to new ppts to export to this existing ppt. Set PPApp = CreateObject("Powerpoint.Application") PPApp.Visible = True Set PPPres = PPApp.Presentations.Open("YourPPTPathandFile.potx") Set PPSlide = PPPres.Slides(1)
is possible to create a macro to automate the process of exporting my dashboard QlikView for powerpoint?
that runs every morning automatic and override the presentation the day before ...