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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to export qlikview sheet to power point

Hi All

Please tell me, Is it possible to export one  sheet in a  qvw file to power point..

Thanks

Ganesh

26 Replies
Not applicable
Author

Oh god thank you bro.. Really amazing, I will try this now

Thank you very much

Not applicable
Author

Hi Sudhakar

I created a button and gave the macro name as ExportPPT

First I tried to export one sheet so i edit  your code and kept my sheet name

when i click on button, PPT is opening with blank slide..

could you please see and tell me where i am going wrong,, dont mind if even I am unable to edit the code properly..

Sub ExportPPT

ActiveDocument.ActiveSheet.FitZoomToWindow

Set objPPT = CreateObject("PowerPoint.Application")

objPPT.Visible = True

Set objPresentation = objPPT.Presentations.Add

        Set PPSlide = objPresentation.Slides.Add(1,2)

      ActiveDocument.ActiveSheet.CopyBitmapToClipboard

  ActiveDocument.GetSheetObject("SH02").CopyBitmapToClipboard

        PPSlide.Shapes.Paste

Set PPSlide = Nothing

Set PPPres = Nothing

     

End sub

macro edit.PNG

Thanks

Ganesh

Anonymous
Not applicable
Author

YOU NOT REMOVE THE OBJECT AT ActiveDocument.GetSheet NOW TRY THIS CODE THAN TOY GET THE OUTPUT

Sub ExportPPT

ActiveDocument.ActiveSheet.FitZoomToWindow

Set objPPT = CreateObject("PowerPoint.Application")

objPPT.Visible = True

Set objPresentation = objPPT.Presentations.Add

        Set PPSlide = objPresentation.Slides.Add(1,11)

   '     ActiveDocument.ActiveSheet.CopyBitmapToClipboard

  ActiveDocument.GetSheet("SH02").CopyBitmapToClipboard

        PPSlide.Shapes.Paste

       

       

      

      

Set PPSlide = Nothing

Set PPPres = Nothing

End sub

Not applicable
Author

Hi sudhakar

Still, the blank slide is opening, dont know where i am going wrong..

Anonymous
Not applicable
Author

That code is working in my application

Anonymous
Not applicable
Author

in button you given the action tab to give the external and run macro and give the name of the macro name is exportppt

Not applicable
Author

Hi Sudhakar

Yeah , exactly.. Please see the below screenshot

Thanks

macro name.PNG

Anonymous
Not applicable
Author

ya

Anonymous
Not applicable
Author

are you got the output right now

Not applicable
Author

No i am not getting output, still blank slide is opening