Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

embed ppt in excel via qv macro

Hi All,

I want to embed ppt in excel via Qlikview macro, and i write down the script like below, but it didn't work, what should i do? Thank you in advance.

DIM PPTPath

  PPTPath="D:\QVW\RR.pptx"

  set XLSheet =WorkBook.Worksheets("2018 PartUsage")

  XLSheet.Activate                       

ActiveSheet.OLEObjects.add(PPTPath,False,True,,0,"Parts used").select

0 Replies