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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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

Labels (1)
0 Replies