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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
thankuever
Contributor II
Contributor II

I want to copy the object to .pptx from.qvw through marco

HI ALL

I want to copy the object ID "CH53" to .pptx(test.pptx) from.qvw  through marco.

But when I test the marco ,it just open PowerPoint and nothing happened.

and i have a question

Set PPSlide = PPPres.Slides(1)   <--------------It means paste a object at first page of ppt?


Thanks a lot.



Amy



_________________________________________________________________________-

Sub ppt

'Create ppt object

Set objPPT = CreateObject("PowerPoint.Application")

objPPT.Visible = True

Set PPPres = objPPT.Presentations.Open("C:\Users\amy\Desktop\test.pptx")

Set PPSlide = PPPres.Slides(1)

ActiveDocument.GetSheetObject("CH53").CopyBitmapToClipboard

with PPSlide.Shapes.Paste

.Left  = 20

.Top  = 80

.Width = 400

.Height = 400

end with

END SUB

4 Replies
Anil_Babu_Samineni

Try This

i want to export qlikview report to powerpoint

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
akash3191
Partner - Contributor III
Partner - Contributor III

I would suggest you to use Qlikview NPrinting for this.

It is a great reporting tool that will help you to send qlikview objects to excel/word/ppt/html format.

Thanks,

Akash.

marcus_sommer

Frank_Hartmann
Master II
Master II

Have a look at attached files.

And setup the correct settings in Module:

Unbenannt.png

hope this helps